Fix a protean runtime

This commit is contained in:
Aronai Sieyes
2020-03-09 15:35:39 -04:00
parent f8c23ba21b
commit b500fbdc5d

View File

@@ -144,6 +144,8 @@
H.equip_to_slot_or_del(metal_stack, slot_in_backpack)
spawn(0) //Let their real nif load if they have one
if(!H) //Human could have been deleted in this amount of time. Observing does this, mannequins, etc.
return
if(!H.nif)
var/obj/item/device/nif/bioadap/new_nif = new()
new_nif.quick_implant(H)