Replaces AI-controlled Maint Drones with AI-controlled Borg Shells

This commit is contained in:
Neerti
2019-04-06 05:06:14 -04:00
committed by VirgoBot
parent 974c6d8433
commit 1d59d8683c
29 changed files with 12407 additions and 275 deletions

View File

@@ -195,6 +195,8 @@ var/global/datum/emergency_shuttle_controller/emergency_shuttle
//returns 1 if the shuttle is not idle at centcom
/datum/emergency_shuttle_controller/proc/online()
if(!shuttle)
return FALSE
if (!shuttle.location) //not at centcom
return 1
if (wait_for_launch || shuttle.moving_status != SHUTTLE_IDLE)