diff options
-rw-r--r-- | npc/014-5-1/objects.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/014-5-1/objects.txt b/npc/014-5-1/objects.txt index ff10339e6..38d819e5b 100644 --- a/npc/014-5-1/objects.txt +++ b/npc/014-5-1/objects.txt @@ -26,7 +26,7 @@ OnInit: mesc l("Thinking well... There's something behind it! A secret window!"); if (getq(HurnscaldQuest_Sagratha) <= 2) { setq3 HurnscaldQuest_Sagratha, 1; - mesc l("I should ask Wyara what's happening; I can smell blood from this passage."), 1; + mesc l("I should ask Wyara what's happening; This passage gives off eerily vibes."), 1; } else { next; mesn l("Secret Window"); |