From 3e7f392e18717fc5f1a216311d80d50583a9e2d9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 3 Jul 2018 11:37:39 -0300 Subject: Welp, that was a silly error --- npc/functions/nurse.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/nurse.txt') diff --git a/npc/functions/nurse.txt b/npc/functions/nurse.txt index 595a584a7..d63f5fe68 100644 --- a/npc/functions/nurse.txt +++ b/npc/functions/nurse.txt @@ -61,7 +61,7 @@ function script Nurse { }// & 1 if (.@d & 2) { // &2 - if (!(.@d & 2)) { + if (!(.@d & 1)) { // (Re)Calculate price .@price=(MaxHp-Hp)/getarg(1,5); .@price=.@price+getarg(2, 10); -- cgit v1.2.3-60-g2f50