diff options
Diffstat (limited to 'npc/014-5-1/objects.txt')
-rw-r--r-- | npc/014-5-1/objects.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/014-5-1/objects.txt b/npc/014-5-1/objects.txt index 701adc605..55d7d395f 100644 --- a/npc/014-5-1/objects.txt +++ b/npc/014-5-1/objects.txt @@ -23,7 +23,12 @@ OnInit: if (@qsagratha >= 31) { next; mesn; - mesc l("Thinking well... There's something behind it! A secret door!"); + mesc l("Thinking well... There's something behind it! A secret window!"); + if (getq(HurnscaldQuest_Sagratha) <= 2) + setq3 HurnscaldQuest_Sagratha, 1; + next; + mesn l("Secret Window"); + mesc l("The window appears to be unlocked. It might have been open some time ago."); } close; OnInit: |