diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-03-08 22:49:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-03-08 22:49:38 -0300 |
commit | eed1b3b00e2349c06405b14efe58d34b432f65ae (patch) | |
tree | e20323ddbd349c46785b2922663007713629304f | |
parent | 78032d10efbbd078475bbac815c688ae8a38667e (diff) | |
download | serverdata-eed1b3b00e2349c06405b14efe58d34b432f65ae.tar.gz serverdata-eed1b3b00e2349c06405b14efe58d34b432f65ae.tar.bz2 serverdata-eed1b3b00e2349c06405b14efe58d34b432f65ae.tar.xz serverdata-eed1b3b00e2349c06405b14efe58d34b432f65ae.zip |
This should stop the players whom "can't finish Sagratha's Quest"
-rw-r--r-- | npc/014-5-1/objects.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/014-5-1/objects.txt b/npc/014-5-1/objects.txt index ed3520924..ff10339e6 100644 --- a/npc/014-5-1/objects.txt +++ b/npc/014-5-1/objects.txt @@ -26,6 +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; } else { next; mesn l("Secret Window"); |