From 5a0d8209cb5ffb00f62cbb39f6b2e7ed5226d787 Mon Sep 17 00:00:00 2001 From: FlamingLily <80451102+FlamingLily@users.noreply.github.com> Date: Wed, 26 May 2021 03:54:04 +1000 Subject: [PATCH] Muscled Veins and Gastrectomy (#59291) --- code/modules/surgery/advanced/bioware/muscled_veins.dm | 4 ++-- code/modules/surgery/gastrectomy.dm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/surgery/advanced/bioware/muscled_veins.dm b/code/modules/surgery/advanced/bioware/muscled_veins.dm index f19d3513bf4..dbb4cd175b2 100644 --- a/code/modules/surgery/advanced/bioware/muscled_veins.dm +++ b/code/modules/surgery/advanced/bioware/muscled_veins.dm @@ -30,8 +30,8 @@ return ..() /datum/bioware/muscled_veins - name = "Threaded Veins" - desc = "The circulatory system is woven into a mesh, severely reducing the amount of blood lost from wounds." + name = "Muscled Veins" + desc = "The circulatory system is affixed with a muscled membrane, allowing the veins to pump blood without the need for a heart." mod_type = BIOWARE_CIRCULATION /datum/bioware/muscled_veins/on_gain() diff --git a/code/modules/surgery/gastrectomy.dm b/code/modules/surgery/gastrectomy.dm index 7434e8fde27..f07c66111e3 100644 --- a/code/modules/surgery/gastrectomy.dm +++ b/code/modules/surgery/gastrectomy.dm @@ -42,7 +42,7 @@ "[user] successfully removes the damaged part of [target]'s stomach.") return ..() -/datum/surgery_step/hepatectomy/failure(mob/user, mob/living/carbon/target, target_zone, obj/item/tool, datum/surgery) +/datum/surgery_step/gastrectomy/failure(mob/user, mob/living/carbon/target, target_zone, obj/item/tool, datum/surgery) var/mob/living/carbon/human/target_human = target target_human.adjustOrganLoss(ORGAN_SLOT_STOMACH, 15) display_results(user, target, "You cut the wrong part of [target]'s stomach!",