mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 21:49:11 +01:00
this needs to be forceMoved
This commit is contained in:
@@ -375,7 +375,7 @@
|
||||
/obj/item/reagent_containers/food/snacks/Destroy()
|
||||
if(contents)
|
||||
for(var/atom/movable/something in contents)
|
||||
something.dropInto(loc)
|
||||
something.forceMove(loc)
|
||||
if(food_inserted_micros && (something in food_inserted_micros))
|
||||
food_inserted_micros -= something
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user