From be7c4f336d15a960c9519e261ef2f78c909a102a Mon Sep 17 00:00:00 2001 From: jesusalva Date: Wed, 7 Mar 2018 00:51:53 -0300 Subject: Candor Nurse won't offer healing for someone healthy --- npc/005-7/nurse.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/005-7/nurse.txt') diff --git a/npc/005-7/nurse.txt b/npc/005-7/nurse.txt index aa092072c..202bf62c7 100644 --- a/npc/005-7/nurse.txt +++ b/npc/005-7/nurse.txt @@ -15,7 +15,7 @@ do { select - l("Please heal me!"), + rif(Hp < MaxHp, l("Please heal me!")), rif(countitem(Candy) > 0, l("Here, I have a candy!")), l("I'm fine, no worries..."); -- cgit v1.2.3-60-g2f50