mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user