mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user