From c2474769ffb9e3cbea45ff7cd3ce7454da5ff561 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Thu, 8 Mar 2018 14:04:11 -0300 Subject: Untested unfinished fix to Ishi --- npc/003-1/ishi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/003-1/ishi.txt') 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]); -- cgit v1.2.3-70-g09d2