Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Repede committed Dec 28, 2023
1 parent 73ffb7e commit 22faf51
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions maps/yw/yw_vrstuff/vrmaps_things.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
/obj/tether_away_spawner/aggressivejunglemobs
name = "Aggressive mobs"
faction = "bird"
prob_fall = 0
mobs_to_pick_from = list(
/mob/living/simple_mob/animal/giant_spider/tunneler = 2,
/mob/living/simple_mob/vore/bee = 3,
/mob/living/simple_mob/vore/aggressive/giant_snake = 1
)

/obj/tether_away_spawner/passivejunglemobs
name = "Passive mobs"
faction = "bird"
prob_fall = 0
mobs_to_pick_from = list(
/mob/living/simple_mob/animal/passive/bird/parrot = 1,
/mob/living/simple_mob/animal/passive/bird/parrot/black_headed_caique = 1,
/mob/living/simple_mob/animal/passive/bird/parrot/budgerigar = 1,
/mob/living/simple_mob/animal/passive/bird/parrot/budgerigar/blue = 1,
/mob/living/simple_mob/animal/passive/bird/parrot/budgerigar/bluegreen = 1,
/mob/living/simple_mob/animal/passive/bird/parrot/cockatiel = 1,
/mob/living/simple_mob/animal/passive/bird/parrot/cockatiel/grey = 1,
/mob/living/simple_mob/animal/passive/bird/parrot/cockatiel/white = 1,
/mob/living/simple_mob/animal/passive/bird/parrot/cockatiel/yellowish = 1,
/mob/living/simple_mob/animal/passive/bird/parrot/eclectus = 1,
/mob/living/simple_mob/animal/passive/bird/parrot/grey_parrot = 1,
/mob/living/simple_mob/animal/passive/bird/parrot/kea = 1,
/mob/living/simple_mob/animal/passive/bird/parrot/pink_cockatoo = 1,
/mob/living/simple_mob/animal/passive/bird/parrot/sulphur_cockatoo = 1,
/mob/living/simple_mob/animal/passive/bird/parrot/white_caique = 1,
/mob/living/simple_mob/animal/passive/bird/parrot/white_cockatoo = 1
)

/obj/tether_away_spawner/fishmobs
name = "Fishes mobs"
faction = "bird"
prob_fall = 0
mobs_to_pick_from = list(
/mob/living/simple_mob/animal/passive/fish/salmon = 1,
/mob/living/simple_mob/animal/passive/fish/koi = 1
)

0 comments on commit 22faf51

Please sign in to comment.