Skip to content

Commit

Permalink
bd
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk420634 committed Jan 14, 2025
1 parent 9ed6c63 commit 3561c82
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions code/modules/fallout/obj/structures/mob_spawners.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3561c82

Please sign in to comment.