Monkeys will avoid glass tables (#93997)

## About The Pull Request

Ai pathing will avoid turfs that have glass tables on them.

## Why It's Good For The Game

Monkeys loooove glass tables

## Changelog

🆑 Melbert
qol: Monkeys will avoid stepping over glass tables
/🆑
This commit is contained in:
MrMelbert
2025-11-18 18:24:53 -06:00
committed by GitHub
parent c2dfa647a0
commit c3b29b8823
5 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -552,6 +552,7 @@
COMSIG_ATOM_ENTERED = PROC_REF(on_entered),
)
AddElement(/datum/element/connect_loc, loc_connections)
AddElement(/datum/element/give_turf_traits, string_list(list(TRAIT_AI_AVOID_TURF)))
/obj/structure/table/glass/proc/on_entered(datum/source, atom/movable/AM)
SIGNAL_HANDLER
@@ -1432,4 +1433,3 @@
R.add_fingerprint(user)
qdel(src)
building = FALSE