summaryrefslogtreecommitdiff
path: root/npc/items/croconut.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/items/croconut.txt')
-rw-r--r--npc/items/croconut.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/croconut.txt b/npc/items/croconut.txt
index bf4ef4a8..61e63fe9 100644
--- a/npc/items/croconut.txt
+++ b/npc/items/croconut.txt
@@ -39,7 +39,7 @@ L_TooWeak:
mes "";
mesn "Narrator";
- set .@q, rand(5);
+ .@q = rand(5);
if (.@q == 0) goto L_TooWeakLost;
if ( (.@q == 1) || (.@q == 2) ) goto L_TooWeakFail;
if ( (.@q == 3) || (.@q == 4) || (.@q == 5) ) goto L_Weak;