Skip to content

Commit

Permalink
fix: make food on shelves ant-proof (ParadiseSS13#26961)
Browse files Browse the repository at this point in the history
* fix: make food on shelves ant-proof

* Update food_base.dm

Co-authored-by: DGamerL <[email protected]>
Signed-off-by: warriorstar-orion <[email protected]>

---------

Signed-off-by: warriorstar-orion <[email protected]>
Co-authored-by: DGamerL <[email protected]>
  • Loading branch information
warriorstar-orion and DGamerL authored Oct 3, 2024
1 parent 6ca35f3 commit 8307b06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/food_and_drinks/food_base.dm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
ant_suppressors = typecacheof(list(
/obj/structure/table,
/obj/structure/rack,
/obj/structure/closet
/obj/structure/closet,
/obj/structure/shelf
))
START_PROCESSING(SSobj, src)
ant_location = get_turf(src)
Expand Down

0 comments on commit 8307b06

Please sign in to comment.