mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Zombies day 1 changes (#25715)
* Zombies day 1 changes * oops * undo this * nevermind * lol, lmao * bam * aaaaaaa
This commit is contained in:
@@ -558,6 +558,10 @@ Note that amputating the affected organ does in fact remove the infection from t
|
||||
if(limb_flags & CANNOT_DISMEMBER || !owner)
|
||||
return
|
||||
|
||||
if(HAS_TRAIT(owner, TRAIT_I_WANT_BRAINS) && !clean)
|
||||
fracture()
|
||||
return
|
||||
|
||||
if(!disintegrate)
|
||||
disintegrate = DROPLIMB_SHARP
|
||||
if(disintegrate == DROPLIMB_BURN && istype(src, /obj/item/organ/external/head))
|
||||
|
||||
Reference in New Issue
Block a user