Muscled Veins and Gastrectomy (#59291)

This commit is contained in:
FlamingLily
2021-05-25 19:54:04 +02:00
committed by GitHub
parent ca1af10b12
commit 5a0d8209cb
2 changed files with 3 additions and 3 deletions
@@ -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()
+1 -1
View File
@@ -42,7 +42,7 @@
"<span class='notice'>[user] successfully removes the damaged part of [target]'s stomach.</span>")
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, "<span class='warning'>You cut the wrong part of [target]'s stomach!</span>",