mirror of
https://github.com/Skyrat-SS13/Skyrat-tg.git
synced 2026-07-16 18:33:46 +01:00
97e8c044ed
* idle basic mobs can plan again * ready --------- Co-authored-by: Ben10Omintrix <138636438+Ben10Omintrix@users.noreply.github.com> Co-authored-by: projectkepler-RU <99981766+projectkepler-ru@users.noreply.github.com>
9 lines
283 B
Plaintext
9 lines
283 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
|
|
init_order = INIT_ORDER_AI_IDLE_CONTROLLERS
|
|
wait = 5 SECONDS
|
|
runlevels = RUNLEVEL_GAME
|
|
planning_status = AI_STATUS_IDLE
|