From ba1e827b6b4c17c35a163e6b55be8c122de632b8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 10 Apr 2021 03:00:20 -0300 Subject: Add several convenience functions. Fix some bugs regarding misuse of readparam() --- npc/009-2/kfahr.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/009-2/kfahr.txt') 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; -- cgit v1.2.3-70-g09d2