diff --git a/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm b/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm index f4fb0bd59d1..99f0f98e256 100644 --- a/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm +++ b/code/game/gamemodes/miniantags/bot_swarm/swarmer.dm @@ -224,13 +224,21 @@ /obj/machinery/blackbox_recorder/swarmer_act(mob/living/simple_animal/hostile/swarmer/S) S << "This machine has recorded large amounts of data on this structure and its inhabitants, it will be a useful resource to our masters in the future. Aborting. " - /obj/machinery/power/swarmer_act(mob/living/simple_animal/hostile/swarmer/S) S << "Disrupting the power grid would bring no benefit to us. Aborting." /obj/machinery/gateway/swarmer_act(mob/living/simple_animal/hostile/swarmer/S) S << "This bluespace source will be important to us later. Aborting." +/obj/machinery/cryopod/swarmer_act(mob/living/simple_animal/hostile/swarmer/S) + S << "This cryogenic sleeper should be preserved, it will be a useful resource to our masters in the future. Aborting." + +/obj/structure/cryofeed/swarmer_act(mob/living/simple_animal/hostile/swarmer/S) + S << "This cryogenic feed should be preserved, it will be a useful resource to our masters in the future. Aborting." + +/obj/machinery/computer/cryopod/swarmer_act(mob/living/simple_animal/hostile/swarmer/S) + S << "This cryopod control computer should be preserved, it contains useful items and information about the inhabitants. Aborting." + /turf/simulated/wall/swarmer_act(mob/living/simple_animal/hostile/swarmer/S) for(var/turf/T in range(1, src)) if(istype(T, /turf/space) || istype(T.loc, /area/space))