/datum/event/rogue_drone startWhen = 5 endWhen = 450 var/list/drones_list = list() /datum/event/rogue_drone/start() //spawn them at the same place as carp var/list/possible_spawns = list() for(var/obj/effect/landmark/C in landmarks_list) if(C.name == "carpspawn") possible_spawns.Add(C) //25% chance for this to be a false alarm var/num if(prob(25)) num = 0 else num = rand(2,6) for(var/i=0, i drones_list.len * 0.75) command_alert("Icarus drone control reports the malfunctioning wing has been recovered safely.", "Rogue drone alert") else command_alert("Icarus drone control registers disappointment at the loss of the drones, but the survivors have been recovered.", "Rogue drone alert")