summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-03 11:37:39 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-03 11:37:39 -0300
commit3e7f392e18717fc5f1a216311d80d50583a9e2d9 (patch)
tree36482b17451061322eb927a22cf6e815e40a7048
parentfc95bd988cbb647e23706535b2cb93ee00f5ae44 (diff)
downloadserverdata-3e7f392e18717fc5f1a216311d80d50583a9e2d9.tar.gz
serverdata-3e7f392e18717fc5f1a216311d80d50583a9e2d9.tar.bz2
serverdata-3e7f392e18717fc5f1a216311d80d50583a9e2d9.tar.xz
serverdata-3e7f392e18717fc5f1a216311d80d50583a9e2d9.zip
Welp, that was a silly error
-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);