From 63f7e157946a0d2b8d09fb9d417c91c87beb23c6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 30 Aug 2019 11:53:01 -0300 Subject: Sagratha Unhappy: Move conditional further down the line. --- npc/014-5-1/sagratha.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/014-5-1/sagratha.txt b/npc/014-5-1/sagratha.txt index e5f31475c..81ac6b0bb 100644 --- a/npc/014-5-1/sagratha.txt +++ b/npc/014-5-1/sagratha.txt @@ -57,8 +57,6 @@ function script SaggyMobCount { function requireHelp; if (array_find(.SaggyHats, getequipid(EQI_HEAD_TOP)) >= 0) goto L_HatAttack; - if (SAGRATHA_SCORE < 0) - goto L_Unhappy; .@q=getq(HurnscaldQuest_Sagratha); .@m=getq(HurnscaldQuest_InjuriedMouboo); @@ -86,6 +84,8 @@ function script SaggyMobCount { goto L_Reward; if (.@q == 6) goto L_Finish; + if (SAGRATHA_SCORE < 0) + goto L_Unhappy; do { -- cgit v1.2.3-60-g2f50