Prevents GODMODE mobs from dying to organ removal

This commit is contained in:
CitadelStationBot
2017-04-29 16:55:58 -05:00
parent fca3f200b3
commit c0e0e6c538
@@ -39,7 +39,7 @@
M.internal_organs -= src
if(M.internal_organs_slot[slot] == src)
M.internal_organs_slot.Remove(slot)
if(vital && !special)
if(vital && !special && !(M.status_flags & GODMODE))
M.death()
for(var/X in actions)
var/datum/action/A = X