diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-07 00:51:53 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-07 00:51:53 -0300 |
commit | be7c4f336d15a960c9519e261ef2f78c909a102a (patch) | |
tree | cffa1eef4b7003c97046a5e42f0bac30db2f7bd4 /npc/005-7/nurse.txt | |
parent | de610b85b509363bf31c450106c01cd5591c54f7 (diff) | |
download | serverdata-be7c4f336d15a960c9519e261ef2f78c909a102a.tar.gz serverdata-be7c4f336d15a960c9519e261ef2f78c909a102a.tar.bz2 serverdata-be7c4f336d15a960c9519e261ef2f78c909a102a.tar.xz serverdata-be7c4f336d15a960c9519e261ef2f78c909a102a.zip |
Candor Nurse won't offer healing for someone healthy
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..."); |