mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
Muscled Veins and Gastrectomy (#59291)
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user