mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-18 06:01:56 +00:00
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:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user