Cleanup AI subsystem names (#28581)

This commit is contained in:
warriorstar-orion
2025-03-08 18:37:05 +00:00
committed by GitHub
parent 79b242c400
commit 8e0e6c9305
3 changed files with 3 additions and 3 deletions
@@ -1,6 +1,6 @@
/// The subsystem used to tick [/datum/ai_movement] instances. Handling the movement of individual AI instances
MOVEMENT_SUBSYSTEM_DEF(ai_movement)
name = "AI movement"
name = "AI Movement"
flags = SS_BACKGROUND|SS_TICKER
priority = FIRE_PRIORITY_NPC_MOVEMENT
runlevels = RUNLEVEL_GAME | RUNLEVEL_POSTGAME