mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-24 22:37:00 +01:00
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user