summaryrefslogtreecommitdiff
path: root/npc/009-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/009-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/009-2')
-rwxr-xr-xnpc/009-2/kfahr.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/009-2/kfahr.txt b/npc/009-2/kfahr.txt
index 8962e0a7..2d1b47cf 100755
--- a/npc/009-2/kfahr.txt
+++ b/npc/009-2/kfahr.txt
@@ -905,8 +905,8 @@ L_gs_wrestle:
@KFAHR_AGI = 60 - @beer_count * 5;
@kfahr_stamina = 120;
- @PC_STR = Str;
- @PC_AGI = Agi;
+ @PC_STR = readparam(bStr);
+ @PC_AGI = readparam(bAgi);
@PC_MAX_STAMINA = Vit + 20;
@pc_stamina = @PC_MAX_STAMINA;