From 8cae7535dfb688058618b665e7a648632b78c982 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 21 Jun 2018 20:21:15 -0300 Subject: Fixes --- npc/functions/nurse.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/functions') diff --git a/npc/functions/nurse.txt b/npc/functions/nurse.txt index b1424126e..53b66cc90 100644 --- a/npc/functions/nurse.txt +++ b/npc/functions/nurse.txt @@ -43,7 +43,7 @@ function script Nurse { else .@price=(.@price/2); // Skip menu flag - if (!.@d & 2) + if (!(.@d & 2)) return .@price; mesq l("For you, it'll be @@ GP.", .@price); @@ -76,4 +76,5 @@ function script Nurse { close; }//&2 + return; } -- cgit v1.2.3-60-g2f50