Earlyports gibber cryopod fix

haha completely harmless machine go brrrrr

Fixes despawner cryopods literally tearing the occupant into little pieces and making them croak audibly before despawning them.
This commit is contained in:
Verkister
2021-03-21 14:50:44 +02:00
committed by GitHub
parent 0c70f47b2c
commit 6ed3b91df2
+2
View File
@@ -394,6 +394,8 @@
//Drop all items into the pod.
for(var/obj/item/W in to_despawn)
if(istype(W,/obj/item/organ))
continue
to_despawn.drop_from_inventory(W)
W.forceMove(src)