diff options
Diffstat (limited to 'npc/003-1/ishi.txt')
-rw-r--r-- | npc/003-1/ishi.txt | 4 |
1 files 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; |