Adds AI ventcrawling code, does not implement it (#29661)

* bam

* push

* im trolling myself

* code

* ok lets go

* fix

* improvements
This commit is contained in:
Contrabang
2025-07-04 12:05:23 -07:00
committed by GitHub
parent b1908df76b
commit 211633f2b5
16 changed files with 478 additions and 5 deletions
@@ -34,6 +34,9 @@
/datum/ai_behavior/travel_towards/adjacent
required_distance = 1
/datum/ai_behavior/travel_towards/ventcrawling
new_movement_type = /datum/ai_movement/ventcrawl
/**
* # Travel Towards Atom
* Travel towards an atom you pass directly from the controller rather than a blackboard key.