This commit is contained in:
Fox-McCloud
2017-07-12 03:52:56 -04:00
parent e02946f3e7
commit ac32b14910
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -99,7 +99,7 @@
affecting.bandage()
affecting.disinfect()
user.visible_message("<span class='green'>[user] bandages the wounds on [H]'s [affecting.name].", \
user.visible_message("<span class='green'>[user] bandages the wounds on [H]'s [affecting.name].</span>", \
"<span class='green'>You bandage the wounds on [H]'s [affecting.name].</span>" )
if(stop_bleeding)
@@ -144,7 +144,7 @@
if(affecting.open == 0)
affecting.salve()
user.visible_message("<span class='green'>[user] salves the wounds on [H]'s [affecting.name].", \
user.visible_message("<span class='green'>[user] salves the wounds on [H]'s [affecting.name].</span>", \
"<span class='green'>You salve the wounds on [H]'s [affecting.name].</span>" )
affecting.heal_damage(heal_brute, heal_burn)
H.UpdateDamageIcon()