summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-06-05 12:56:54 -0300
committerJesusaves <cpntb1@ymail.com>2024-06-05 12:56:54 -0300
commit98fbaa1c5a89aacc2d91b46173aa17fc424ca6e5 (patch)
tree814e96d1651e96c1986dcc63a2948f6d42ebe5b1 /npc
parent411037eba7a7c25a33045ce8d73cc794e74bd328 (diff)
downloadserverdata-98fbaa1c5a89aacc2d91b46173aa17fc424ca6e5.tar.gz
serverdata-98fbaa1c5a89aacc2d91b46173aa17fc424ca6e5.tar.bz2
serverdata-98fbaa1c5a89aacc2d91b46173aa17fc424ca6e5.tar.xz
serverdata-98fbaa1c5a89aacc2d91b46173aa17fc424ca6e5.zip
failed assertion: exp modifiers must be positive, signed integers [HERC]
Except for Botter's Syndrome... Amend option accordingly
Diffstat (limited to 'npc')
-rw-r--r--npc/004-2/pachua.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/004-2/pachua.txt b/npc/004-2/pachua.txt
index 3e3295829..6b90e8383 100644
--- a/npc/004-2/pachua.txt
+++ b/npc/004-2/pachua.txt
@@ -38,6 +38,7 @@
OnTouch:
if (@pachua != 1) end;
// If you're disarmed (riding?) apply a small time penalty
+ // checkmount() might not work? untested?
if (getequipid(EQI_HAND_R) < 1 || getequipid(EQI_HAND_L) < 1) {
setq2 HalinarzoQuest_Speed, getq2(HalinarzoQuest_Speed) - 30;
}