mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
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:
co-authored by
DGamerL
parent
6ca35f3702
commit
8307b06055
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user