Fixes #1418
Fixes #1420
Fixes #1431
This commit is contained in:
LordFowl
2017-01-07 23:50:33 +02:00
committed by skull132
parent eeb0aa4a4e
commit 83a688ca4e
7 changed files with 8 additions and 9 deletions
@@ -282,7 +282,7 @@
for(var/obj/item/organ/I in H.internal_organs)
I.robotize()
if(H.species && H.species.name == "Vaurca")
if(H.species && H.species.get_bodytype() == "Vaurca")
for (var/obj/item/organ/external/E in H.organs)
if ((E.status & ORGAN_CUT_AWAY) || (E.status & ORGAN_DESTROYED))
continue