Adds a critical S

[user] mend the incision in [target]'s [parse_zone(target_zone)].
[user] mends the incision in [target]'s [parse_zone(target_zone)].
This commit is contained in:
francinum
2015-10-08 22:19:11 -04:00
parent 191a512501
commit f6bcb5359f
+2 -2
View File
@@ -93,7 +93,7 @@
/datum/surgery_step/manipulate_organs/success(mob/user, mob/living/carbon/target, target_zone, obj/item/tool, datum/surgery/surgery)
if(current_type == "mend")
user.visible_message("[user] mend the incision in [target]'s [parse_zone(target_zone)].",
user.visible_message("[user] mends the incision in [target]'s [parse_zone(target_zone)].",
"<span class='notice'>You mend the incision in [target]'s [parse_zone(target_zone)].</span>")
return 1
else if(current_type == "insert")
@@ -113,4 +113,4 @@
else
user.visible_message("[user] can't seem to extract anything from [target]'s [parse_zone(target_zone)]!",
"<span class='notice'>You can't extract anything from [target]'s [parse_zone(target_zone)]!</span>")
return 0
return 0