diff options
Diffstat (limited to 'npc/018-5-0')
-rw-r--r-- | npc/018-5-0/core.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-5-0/core.txt b/npc/018-5-0/core.txt index 38bef9df1..978c73868 100644 --- a/npc/018-5-0/core.txt +++ b/npc/018-5-0/core.txt @@ -13,7 +13,7 @@ OnLoop: if (ispcdead()) end; // Sum everything - you can have 70 str instead of splitting in 35 str and 35 vit - .@status=readparam(bStr)+readparam(bVit); + .@status=readparam2(bStr)+readparam2(bVit); .@reqst=.reqstr+.reqvit; debugmes "Got %d/%d (%d), heal %d", .@status,.@reqst,.@status-.@reqst,min(0, .@status-.@reqst); //percentheal min(0, .@status-.@reqst), 0; |