diff options
Diffstat (limited to 'npc/014-5-1/sagratha.txt')
-rw-r--r-- | npc/014-5-1/sagratha.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/014-5-1/sagratha.txt b/npc/014-5-1/sagratha.txt index ba3f00021..537d99b63 100644 --- a/npc/014-5-1/sagratha.txt +++ b/npc/014-5-1/sagratha.txt @@ -80,10 +80,10 @@ function script SaggyMobCount { mesq l("Hello."); next; - if (.@m == 2 && .@q == 6) - goto L_Reward; if (.@q == 6) goto L_Finish; + if (.@m == 2 && .@q >= 6) + goto L_Reward; if (SAGRATHA_SCORE < 0) goto L_Unhappy; |