Fixes despawn cryopods gib-killing the occupant

Fixes despawn cryopods tearing the occupant into little pieces and making them croak audibly before despawning them.
This commit is contained in:
Verkister
2021-03-20 18:27:36 +02:00
committed by GitHub
parent 420a8005f7
commit d77002fd6d

View File

@@ -380,6 +380,8 @@
//Drop all items into the pod. //Drop all items into the pod.
for(var/obj/item/W in to_despawn) for(var/obj/item/W in to_despawn)
if(istype(W,/obj/item/organ))
continue
to_despawn.drop_from_inventory(W) to_despawn.drop_from_inventory(W)
W.forceMove(src) W.forceMove(src)