Skip to content

Commit

Permalink
Update code/game/objects/items/storage/boxes.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
Steelpoint and Drulikar authored Apr 6, 2024
1 parent 9759140 commit 1fc8846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/storage/boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@
/obj/item/storage/box/MRE/proc/try_forced_folding(datum/source, mob/user)
SIGNAL_HANDLER

for(var/obj/item/reagent_container/food/snacks/packaged_meal/meal in src)
if(locate(/obj/item/reagent_container/food/snacks/packaged_meal) in src)
return

UnregisterSignal(src, COMSIG_ITEM_DROPPED)
Expand Down

0 comments on commit 1fc8846

Please sign in to comment.