mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Non-broken PR for despawner gorepods
Mirrorbot committed a fucky wucky
This commit is contained in:
@@ -394,6 +394,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