diff options
Diffstat (limited to 'npc/005-7/nurse.txt')
-rw-r--r-- | npc/005-7/nurse.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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..."); |