From 3561c8202c5246501f9be73d149685364fbda8b7 Mon Sep 17 00:00:00 2001 From: Tk420634 Date: Tue, 14 Jan 2025 00:13:01 -0600 Subject: [PATCH] bd --- .../fallout/obj/structures/mob_spawners.dm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/code/modules/fallout/obj/structures/mob_spawners.dm b/code/modules/fallout/obj/structures/mob_spawners.dm index 4f023a84ba..6f37d49a12 100644 --- a/code/modules/fallout/obj/structures/mob_spawners.dm +++ b/code/modules/fallout/obj/structures/mob_spawners.dm @@ -241,15 +241,15 @@ GLOBAL_LIST_EMPTY(player_made_nests) /mob/living/simple_animal/hostile/russian/ranged/trooper = 2, /mob/living/simple_animal/hostile/russian/ranged/officer = 2) -/obj/structure/nest/syndicate - name = "syndicate hideout" - max_mobs = 2 - mob_types = list(/mob/living/simple_animal/hostile/renegade/syndicate/melee/sword/space = 2, - /mob/living/simple_animal/hostile/renegade/syndicate/melee/sword/space/stormtrooper = 2, - /mob/living/simple_animal/hostile/renegade/syndicate/ranged/smg/space = 2, - /mob/living/simple_animal/hostile/renegade/syndicate/ranged/smg/space/stormtrooper = 2, - /mob/living/simple_animal/hostile/renegade/syndicate/ranged/shotgun/space, - /mob/living/simple_animal/hostile/renegade/syndicate/ranged/shotgun/space/stormtrooper) +// /obj/structure/nest/syndicate +// name = "syndicate hideout" +// max_mobs = 2 +// mob_types = list(/mob/living/simple_animal/hostile/renegade/syndicate/melee/sword/space = 2, +// /mob/living/simple_animal/hostile/renegade/syndicate/melee/sword/space/stormtrooper = 2, +// /mob/living/simple_animal/hostile/renegade/syndicate/ranged/smg/space = 2, +// /mob/living/simple_animal/hostile/renegade/syndicate/ranged/smg/space/stormtrooper = 2, +// /mob/living/simple_animal/hostile/renegade/syndicate/ranged/shotgun/space, +// /mob/living/simple_animal/hostile/renegade/syndicate/ranged/shotgun/space/stormtrooper) /obj/structure/nest/aethergiest name = "aethergiest nest"