Skip to content

Commit 9608cb8

Browse files
authored
bugfix: SS AI behavior now Inits correctly (#6660)
1 parent 95edf41 commit 9608cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/controllers/subsystem/processing/ai_controllers.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PROCESSING_SUBSYSTEM_DEF(ai_controllers)
1212

1313
/datum/controller/subsystem/processing/ai_controllers/Initialize(timeofday)
1414
SetupAIBehaviors()
15-
return ..()
15+
return SS_INIT_SUCCESS
1616

1717
/datum/controller/subsystem/processing/ai_controllers/proc/SetupAIBehaviors()
1818
ai_behaviors = list()

0 commit comments

Comments
 (0)