fix: make food on shelves ant-proof (#26961)

* fix: make food on shelves ant-proof

* Update food_base.dm

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Signed-off-by: warriorstar-orion <orion@snowfrost.garden>

---------

Signed-off-by: warriorstar-orion <orion@snowfrost.garden>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
warriorstar-orion
2024-10-03 13:15:27 +00:00
committed by GitHub
co-authored by DGamerL
parent 6ca35f3702
commit 8307b06055
+2 -1
View File
@@ -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)