Skip to content

Commit

Permalink
Merge pull request #1361 from Yawn-Wider/morejunglemapfix
Browse files Browse the repository at this point in the history
makes less tunnelers spawn and remove already existing bad bad npcs
  • Loading branch information
izac112 authored Jan 1, 2024
2 parents 2f54c58 + 0f8e093 commit 249c169
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 28 deletions.
28 changes: 3 additions & 25 deletions maps/yw/yw_vrstuff/vrmaps.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,6 @@
icon_state = "lino"
},
/area/vrworld)
"dw" = (
/mob/living/simple_mob/vore/aggressive/giant_snake{
faction = "bird"
},
/turf/unsimulated/floor/ironsand,
/area/vrworld/alwayslit)
"dz" = (
/obj/effect/floor_decal/grass_edge/corner{
dir = 10
Expand Down Expand Up @@ -681,15 +675,6 @@
/obj/structure/flora/tree/jungle_small,
/turf/unsimulated/floor/ironsand,
/area/vrworld/alwayslit)
"mY" = (
/obj/effect/floor_decal/grass_edge{
dir = 9
},
/mob/living/simple_mob/animal/giant_spider/tunneler{
faction = "bird"
},
/turf/unsimulated/floor/ironsand,
/area/vrworld/alwayslit)
"nf" = (
/obj/structure/simple_door/wood,
/turf/unsimulated/floor{
Expand Down Expand Up @@ -1063,13 +1048,6 @@
/obj/item/weapon/gun/energy/x01,
/turf/unsimulated/floor/techfloor_grid,
/area/vrworld)
"zF" = (
/obj/structure/flora/ausbushes,
/mob/living/simple_mob/vore/aggressive/giant_snake{
faction = "bird"
},
/turf/unsimulated/floor/ironsand,
/area/vrworld/alwayslit)
"zK" = (
/obj/structure/flora/ausbushes,
/obj/effect/floor_decal/grass_edge{
Expand Down Expand Up @@ -12538,7 +12516,7 @@ nD
lq
sl
dF
dw
RB
KL
VT
VT
Expand Down Expand Up @@ -12847,7 +12825,7 @@ Wd
Wd
Wd
Wd
mY
hC
PD
Pb
yp
Expand Down Expand Up @@ -13654,7 +13632,7 @@ ln
cT
RB
Al
zF
jf
RB
RB
RB
Expand Down
6 changes: 3 additions & 3 deletions maps/yw/yw_vrstuff/vrmaps_things.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
faction = "bird"
prob_fall = 0
mobs_to_pick_from = list(
/mob/living/simple_mob/vore/bee = 3,
/mob/living/simple_mob/animal/giant_spider = 2,
/mob/living/simple_mob/animal/giant_spider/hunter = 2,
/mob/living/simple_mob/vore/bee = 5,
/mob/living/simple_mob/animal/giant_spider = 4,
/mob/living/simple_mob/animal/giant_spider/hunter = 3,
/mob/living/simple_mob/animal/giant_spider/nurse = 2,
/mob/living/simple_mob/animal/giant_spider/tunneler = 1,
/mob/living/simple_mob/vore/aggressive/giant_snake = 1
Expand Down

0 comments on commit 249c169

Please sign in to comment.