[s] Fixes the fryer shrinking the size of objects (#37489)

* Fixes the fryer shrinking the size of objects

* few more vars
This commit is contained in:
ShizCalev
2018-04-30 05:52:46 -04:00
committed by CitadelStationBot
parent 3369c804b2
commit 948f34406a
@@ -192,6 +192,15 @@
overlays = fried.copy_overlays()
icon_state = fried.icon_state
desc = fried.desc
w_class = fried.w_class
slowdown = fried.slowdown
equip_delay_self = fried.equip_delay_self
equip_delay_other = fried.equip_delay_other
strip_delay = fried.strip_delay
species_exception = fried.species_exception
item_flags = fried.item_flags
obj_flags = fried.obj_flags
if(istype(fried, /obj/item/reagent_containers/food/snacks))
fried.reagents.trans_to(src, fried.reagents.total_volume)
qdel(fried)