From 35137d8a8bb38c948f472e93aeaff73bd632535c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 11 Aug 2019 16:35:29 -0300 Subject: Fix the typo at Ishi, and reverse the logic --- npc/003-1/ishi.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt index ee7b1885c..64c6ecee3 100644 --- a/npc/003-1/ishi.txt +++ b/npc/003-1/ishi.txt @@ -121,10 +121,10 @@ .@var=@menuret; // Special cases - if (.@var < 1) - goto L_Give_all; if (!.@var) goto L_Close; + if (.@var < 0) + goto L_Give_all; goto L_Items; -- cgit v1.2.3-70-g09d2