mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Cleanup AI subsystem names (#28581)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user