diff --git a/code/modules/surgery/organ_manipulation.dm b/code/modules/surgery/organ_manipulation.dm index 7ad93dbd401..981a8f4a22a 100644 --- a/code/modules/surgery/organ_manipulation.dm +++ b/code/modules/surgery/organ_manipulation.dm @@ -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)].", "You mend the incision in [target]'s [parse_zone(target_zone)].") 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)]!", "You can't extract anything from [target]'s [parse_zone(target_zone)]!") - return 0 \ No newline at end of file + return 0