Zombies day 1 changes (#25715)

* Zombies day 1 changes

* oops

* undo this

* nevermind

* lol, lmao

* bam

* aaaaaaa
This commit is contained in:
Contrabang
2024-06-03 01:13:29 +00:00
committed by GitHub
parent 7a7f2bde8f
commit f4e023ab30
5 changed files with 21 additions and 2 deletions
@@ -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))