Non-broken PR for despawner gorepods

Mirrorbot committed a fucky wucky
This commit is contained in:
Verkister
2021-03-21 20:26:33 +02:00
committed by GitHub
parent 7e2890409e
commit 1a1756c28a

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)