[MIRROR] Removed inactive platforms from the end of round laws output, gives them pilot access.

This commit is contained in:
Chompstation Bot
2021-03-22 04:39:36 +00:00
parent 7e2890409e
commit 5a3ff731fc
3 changed files with 183 additions and 0 deletions
+5
View File
@@ -477,6 +477,11 @@ var/global/datum/controller/subsystem/ticker/ticker
for (var/mob/living/silicon/robot/robo in mob_list)
if(istype(robo, /mob/living/silicon/robot/platform))
var/mob/living/silicon/robot/platform/tank = robo
if(!tank.has_had_player)
continue
if(istype(robo,/mob/living/silicon/robot/drone) && !istype(robo,/mob/living/silicon/robot/drone/swarm))
dronecount++
continue