summaryrefslogtreecommitdiff
path: root/npc/functions/nurse.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/nurse.txt')
-rw-r--r--npc/functions/nurse.txt2
1 files changed, 1 insertions, 1 deletions
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);