summaryrefslogtreecommitdiff
path: root/npc/018-2/caul.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/018-2/caul.txt')
-rwxr-xr-xnpc/018-2/caul.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-2/caul.txt b/npc/018-2/caul.txt
index e738dbde..e5c3626f 100755
--- a/npc/018-2/caul.txt
+++ b/npc/018-2/caul.txt
@@ -450,7 +450,7 @@ L_mo_auto_bad:
L_mo_explode:
mes "[Exploding monster oil]";
mes "Your brew explodes!";
- if (rand(Agi) > 40)
+ if (rand(readparam(bAgi)) > 40)
goto L_mo_explode_dodge;
mes "The burst of boiling monster brew hits you.";
next;