mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
@@ -1,6 +1,8 @@
|
||||
var/global/list/empty_playable_ai_cores = list()
|
||||
|
||||
/hook/roundstart/proc/spawn_empty_ai()
|
||||
if("AI" in ticker.mode.disabled_jobs)
|
||||
return 1 // Don't make empty AI's if you can't have them (also applies to Malf)
|
||||
for(var/obj/effect/landmark/start/S in landmarks_list)
|
||||
if(S.name != "AI")
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user