mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 00:20:42 +01:00
Super Dismemberment (#11086)
This commit is contained in:
@@ -901,7 +901,10 @@ Note that amputating the affected organ does in fact remove the infection from t
|
||||
victim.shock_stage += min_broken_damage
|
||||
victim.flash_strong_pain()
|
||||
|
||||
var/mob/living/carbon/human/last_owner = owner
|
||||
removed(null, ignore_children)
|
||||
if(istype(last_owner) && !QDELETED(last_owner) && length(last_owner.organs) <= 1)
|
||||
last_owner.drop_all_limbs(disintegrate) // drops the last remaining part, usually the torso, as an item
|
||||
|
||||
if(parent_organ)
|
||||
var/datum/wound/lost_limb/W = new(src, disintegrate, clean)
|
||||
|
||||
Reference in New Issue
Block a user