From 929db4eec3d1a3cde2afe1a0047db403b6d94450 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 22 Jun 2018 23:20:17 -0300 Subject: Prevent contradiction on GM_OVERRIDE --- npc/003-1/hasan.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/003-1/hasan.txt b/npc/003-1/hasan.txt index fefb400a4..5dc552306 100644 --- a/npc/003-1/hasan.txt +++ b/npc/003-1/hasan.txt @@ -100,7 +100,7 @@ L_Complete: } } - if ((season() == WINTER || $@GM_OVERRIDE) && getq(SQuest_Autumn) == gettime(GETTIME_YEAR)) { + if ((season() == WINTER || $@GM_OVERRIDE == 2) && getq(SQuest_Autumn) == gettime(GETTIME_YEAR)) { .@p=getq2(SQuest_Autumn)*$HASAN_LT/$HASAN_ST; mesn l("Summary"); mes l("Scorpions killed: @@/@@ scorpions", getq2(SQuest_Autumn), $HASAN_ST); -- cgit v1.2.3-70-g09d2