summaryrefslogtreecommitdiff
path: root/npc/018-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-10 03:00:20 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-10 03:00:20 -0300
commitba1e827b6b4c17c35a163e6b55be8c122de632b8 (patch)
tree819f93d0ffee3697e336471710afb9681f0b8d86 /npc/018-2
parent6e7f3113c0faad9edd4367d100ba9dd77e8d3130 (diff)
downloadserverdata-ba1e827b6b4c17c35a163e6b55be8c122de632b8.tar.gz
serverdata-ba1e827b6b4c17c35a163e6b55be8c122de632b8.tar.bz2
serverdata-ba1e827b6b4c17c35a163e6b55be8c122de632b8.tar.xz
serverdata-ba1e827b6b4c17c35a163e6b55be8c122de632b8.zip
Add several convenience functions. Fix some bugs regarding misuse of readparam()
Diffstat (limited to 'npc/018-2')
-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;