mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user