From 4f8db57c5a0b538ab791d9ca12243bfa046f9ecf Mon Sep 17 00:00:00 2001 From: Remington Covert Date: Wed, 22 Apr 2015 08:44:15 -0700 Subject: [PATCH] Blergh->Bloodclot --- desktop/src-common/advent/screens/rooms/common.clj | 2 +- desktop/src-common/advent/screens/rooms/inside_jail.clj | 2 +- desktop/src-common/advent/screens/rooms/outside_house.clj | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/desktop/src-common/advent/screens/rooms/common.clj b/desktop/src-common/advent/screens/rooms/common.clj index 1d514df7..ea5c9265 100644 --- a/desktop/src-common/advent/screens/rooms/common.clj +++ b/desktop/src-common/advent/screens/rooms/common.clj @@ -40,7 +40,7 @@ (defn read-note-1 [entities] (actions/do-dialogue entities :ego "It's a note from Gandarf! It says:" - :ego "'Boy, I have been kidnapped by Blergh.'" + :ego "'Boy, I have been kidnapped by Bloodclot.'" :ego "'He's got me locked up in his fortress of doom.'" :ego "'It's actually pretty comfortable, despite the name.'" :ego "'You must cast the spell to restore magic to the Slinger's Shot yourself.'" diff --git a/desktop/src-common/advent/screens/rooms/inside_jail.clj b/desktop/src-common/advent/screens/rooms/inside_jail.clj index 2583a8fd..238efe1c 100644 --- a/desktop/src-common/advent/screens/rooms/inside_jail.clj +++ b/desktop/src-common/advent/screens/rooms/inside_jail.clj @@ -69,7 +69,7 @@ :warden "The Duke of Remington is a very stern chap." :warden "He doesn't bend the rules, even for young thieves.") :choices actions/previous-choices} - "But I was going to teach Blergh a lesson!" + "But I was going to teach Bloodclot a lesson!" {:run #(actions/respond entities % :warden "Sure you were. If he even exists." :ego "He does! He's going to come destroy the town first thing in the morning!" diff --git a/desktop/src-common/advent/screens/rooms/outside_house.clj b/desktop/src-common/advent/screens/rooms/outside_house.clj index 0b66cec3..a6905845 100644 --- a/desktop/src-common/advent/screens/rooms/outside_house.clj +++ b/desktop/src-common/advent/screens/rooms/outside_house.clj @@ -229,13 +229,13 @@ (do (actions/do-dialogue entities :ego "Gandarf! Boy am I glad to see you." :wizard "There is no time, boy." - :wizard "We must hurry if you are to defeat Blergh." - :ego "Wait, you knew about Blergh all along?" + :wizard "We must hurry if you are to defeat Bloodclot." + :ego "Wait, you knew about Bloodclot all along?" :ego "And you never told me?" :wizard "Honestly, I've always thought you were a loser." :wizard "I never thought you'd be able to pull the sword." :wizard "But we have to hurry." - :wizard "Blergh spent his entire time in sword prison making that helmet that zapped you." + :wizard "Bloodclot spent his entire time in sword prison making that helmet that zapped you." :wizard "There's only one way to neutralize it:" :wizard "The Slinger's Shot." :wizard "It's a magical slingshot that has long lost its power." @@ -244,7 +244,7 @@ (actions/do-dialogue entities :wizard "Whatever happens, do not lose that slingshot!" :wizard "You and me, boy, we're going to return it to its powerful state." - :wizard "Then you can beat Blergh, come sunrise." + :wizard "Then you can beat Bloodclot, come sunrise." :wizard "Now, time is of the essence." :wizard "Take this flask. Fill it with water from the fountain." :wizard "And remember. Don't lose the slingshot.")