Fixes for previous commit, sigh.

This commit is contained in:
Zuhayr
2014-05-03 21:21:19 +09:30
parent 25c85d6e2a
commit 5b32150858
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -670,9 +670,9 @@ obj/structure/cable/proc/cableColor(var/colorC)
return
user.visible_message("<span class='notice'>\The [user] repairs some burn damage on [M] with \the [src]</span>",\
"<span class='notice'>\The [user] repairs some of your burn damage.</span>",\
"<span class='notice'>You repair some of \the [M]'s burn damage.</span>",\
"You hear wires being cut.")
H.heal_organ_damage(0,5)
H.heal_overall_damage(0,5)
return
user << "Nothing to fix!"