Co-authored-by: silicons <no@you.cat>
This commit is contained in:
silicons
2024-03-18 22:12:14 +01:00
committed by GitHub
co-authored by silicons
parent b8ca2700db
commit 62bc669d06
+2 -1
View File
@@ -41,7 +41,8 @@
var/build_path = item_to_spawn()
var/mob/living/simple_mob/M = new build_path(src.loc)
ASSERT(istype(M))
if(!istype(M))
return
if(M.has_AI())
var/datum/ai_holder/AI = M.ai_holder
AI.go_sleep() //Don't fight eachother while we're still setting up!