diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-03-08 22:51:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-03-08 22:51:53 -0300 |
commit | 823c0062a65ef37d4472739206017abc8599c513 (patch) | |
tree | eb261ea83959df2bdefaac80bf1487fd37489f43 | |
parent | eed1b3b00e2349c06405b14efe58d34b432f65ae (diff) | |
download | serverdata-823c0062a65ef37d4472739206017abc8599c513.tar.gz serverdata-823c0062a65ef37d4472739206017abc8599c513.tar.bz2 serverdata-823c0062a65ef37d4472739206017abc8599c513.tar.xz serverdata-823c0062a65ef37d4472739206017abc8599c513.zip |
For precision, to match better Wyara's dialog.
-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"); |