Files
Bubberstation/code/datums/ai/movement
SkyratBot f43ccbb1a2 [MIRROR] Adds a TRAIT_NO_TRANSFORM check to AI movement. (#28061)
* Adds a TRAIT_NO_TRANSFORM check to AI movement. (#83621)

## About The Pull Request
Checks for `TRAIT_NO_TRANSFORM` in `allowed_to_move`. Will stop mobs
from moving when they should not.

## Why It's Good For The Game
Fixes #79870
Fixes AI movement not respecting TRAIT_NO_TRANSFORM.

## Changelog
🆑 Goat
fix: mobs no longer move during cutscenes
/🆑

* Adds a TRAIT_NO_TRANSFORM check to AI movement.

---------

Co-authored-by: Goat <126099705+Goat-Real@users.noreply.github.com>
2024-06-08 15:20:59 +05:30
..