summaryrefslogtreecommitdiff
path: root/npc/000-1/tarlan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/tarlan.txt')
-rw-r--r--npc/000-1/tarlan.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/tarlan.txt b/npc/000-1/tarlan.txt
index 17ffeea0..d2a42a9a 100644
--- a/npc/000-1/tarlan.txt
+++ b/npc/000-1/tarlan.txt
@@ -8,7 +8,7 @@
setnpcdir 2;
mesn;
- set .@a, rand(4);
+ .@a = rand(4);
if (.@a == 0) goto L_HardToHit;
if (.@a == 1) goto L_Aouch;
if (.@a == 2) goto L_DoYou;