mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
couple of fixes
fixes MP's ending up with 2 heads on death fixes cloning machine cloning species that are meant to be uncloneable
This commit is contained in:
@@ -604,8 +604,9 @@ Note that amputating the affected organ does in fact remove the infection from t
|
||||
switch(body_part)
|
||||
if(HEAD)
|
||||
if(owner.species.flags & IS_SYNTHETIC)
|
||||
organ= new /obj/item/weapon/organ/head/posi(owner.loc, owner)
|
||||
owner.death()
|
||||
if(owner.mind)
|
||||
organ= new /obj/item/weapon/organ/head/posi(owner.loc, owner)
|
||||
owner.death()
|
||||
else if(SKELETON in owner.mutations)
|
||||
organ= new /obj/item/weapon/skeleton/head(owner.loc)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user