From 4cbbf8adba74ccf10a57e99356167cd36668567d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 11 Sep 2019 17:09:34 -0300 Subject: Fix bad operator on Sagratha MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Seu ramo está à frente de 'upstream/master' por 12 submissões. --- npc/014-5-1/sagratha.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/014-5-1') 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; -- cgit v1.2.3-60-g2f50