mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
Drop before delete used "foodtrash"items (#62536)
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
|
||||
if(isliving(edible_object.loc))
|
||||
var/mob/living/food_holding_mob = edible_object.loc
|
||||
food_holding_mob.dropItemToGround(edible_object)
|
||||
food_holding_mob.put_in_hands(trash_item)
|
||||
|
||||
/datum/element/food_trash/proc/food_crossed(datum/source, mob/crosser, bitecount)
|
||||
|
||||
Reference in New Issue
Block a user