diff options
-rw-r--r-- | npc/003-1/ishi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt index a0e66869a..91459b243 100644 --- a/npc/003-1/ishi.txt +++ b/npc/003-1/ishi.txt @@ -122,7 +122,7 @@ L_Items: goto L_NoPlace; debugmes "Testing rares"; - for (.@b = 0; .@b < (getarraysize(@Rares$)/2); .@b=.@b+2) { + for (.@b = 0; .@b < getarraysize(@Rares$); .@b=.@b+2) { .@lucky = rand(10000); // 0 - 99999 debugmes "Checking "+@Rares$[b]+" - b is now "+.@b; debugmes l("Check @@ <= @@", .@lucky, @Rares$[b+1]); |