mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
## About The Pull Request I heard you liked commas. ## Why It's Good For The Game Trailing commas make everyone happy! ## Changelog Nothing anyone will notice besides downstreams adding to these lists
11 lines
309 B
Plaintext
11 lines
309 B
Plaintext
AI_CONTROLLER_SUBSYSTEM_DEF(ai_idle_controllers)
|
|
name = "AI Idle Controllers"
|
|
flags = SS_POST_FIRE_TIMING | SS_BACKGROUND
|
|
priority = FIRE_PRIORITY_IDLE_NPC
|
|
dependencies = list(
|
|
/datum/controller/subsystem/ai_controllers,
|
|
)
|
|
wait = 5 SECONDS
|
|
runlevels = RUNLEVEL_GAME
|
|
planning_status = AI_STATUS_IDLE
|