diff options
Diffstat (limited to 'npc/014-5/sagratha.txt')
-rw-r--r-- | npc/014-5/sagratha.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/014-5/sagratha.txt b/npc/014-5/sagratha.txt index 1b603064e..0df85a151 100644 --- a/npc/014-5/sagratha.txt +++ b/npc/014-5/sagratha.txt @@ -166,8 +166,8 @@ L_Welcome: OnTouch: .@q=getq(HurnscaldQuest_Sagratha); if (!MAGIC_LVL) goto L_Magicless; - if (.@q >= 1 && .@q < 10) goto L_Open; - if (getq(HurnscaldQuest_InjuriedMouboo) == 3) goto L_Welcome; + if (.@q >= 1 && .@q < 6) goto L_Open; + if (.@q >= 6) goto L_Welcome; // No special condition goto L_Lockpick; |