Skip to content

Commit

Permalink
MOre jungle vr fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Repede committed Dec 30, 2023
1 parent 22faf51 commit deee1d9
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 25 deletions.
2 changes: 1 addition & 1 deletion maps/yw/yw_vrstuff/_vrmaps.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
/datum/map_z_level/common_lateload/vrworld_destination
name = "VR World"
z = Z_LEVEL_VRWORLD
flags = MAP_LEVEL_PLAYER|MAP_LEVEL_SEALED
flags = MAP_LEVEL_PLAYER|MAP_LEVEL_SEALED|MAP_LEVEL_CONTACT
46 changes: 25 additions & 21 deletions maps/yw/yw_vrstuff/vrmaps.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,6 @@
icon_state = "ironsand2"
},
/area/vrworld/alwayslit)
"cz" = (
/obj/effect/floor_decal/grass_edge,
/mob/living/simple_mob/animal/giant_spider/tunneler{
faction = "bird"
},
/turf/unsimulated/floor/ironsand,
/area/vrworld/alwayslit)
"cD" = (
/turf/unsimulated/floor{
icon_state = "dark"
Expand Down Expand Up @@ -562,9 +555,6 @@
/area/vrworld/alwayslit)
"kM" = (
/obj/structure/flora/ausbushes,
/mob/living/simple_mob/animal/giant_spider/tunneler{
faction = "bird"
},
/turf/unsimulated/floor/ironsand{
icon_state = "ironsand2"
},
Expand Down Expand Up @@ -802,6 +792,12 @@
/obj/structure/flora/bush,
/turf/unsimulated/floor/ironsand,
/area/vrworld/alwayslit)
"rt" = (
/obj/structure/table/glass,
/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker,
/obj/item/weapon/reagent_containers/food/condiment/small/peppermill,
/turf/unsimulated/floor/irongrass,
/area/vrworld/alwayslit)
"rz" = (
/obj/item/weapon/storage/box/scattershot/large,
/obj/item/weapon/gun/projectile/shotgun/doublebarrel,
Expand Down Expand Up @@ -1208,6 +1204,10 @@
/obj/structure/flora/bush,
/turf/simulated/floor/water,
/area/vrworld/alwayslit)
"Cc" = (
/obj/machinery/telecomms/relay/preset/station,
/turf/unsimulated/floor/steel,
/area/vrworld)
"Cf" = (
/obj/item/weapon/gun/projectile/automatic/tommygun,
/turf/unsimulated/floor{
Expand Down Expand Up @@ -1915,6 +1915,10 @@
},
/turf/unsimulated/floor/ironsand,
/area/vrworld/alwayslit)
"VI" = (
/obj/machinery/appliance/cooker/grill,
/turf/unsimulated/floor/irongrass,
/area/vrworld/alwayslit)
"VN" = (
/obj/effect/floor_decal/grass_edge{
dir = 1
Expand Down Expand Up @@ -2158,8 +2162,8 @@ Ma
Ma
Ma
Ma
VT
VT
Ma
Ma
VT
VT
VT
Expand Down Expand Up @@ -2320,8 +2324,8 @@ QX
DJ
nO
Ma
VT
VT
Cc
Ma
VT
VT
VT
Expand Down Expand Up @@ -2482,8 +2486,8 @@ Mx
DJ
Ig
wT
VT
VT
Ma
Ma
VT
VT
VT
Expand Down Expand Up @@ -9930,8 +9934,8 @@ Wd
Wd
Wd
Wd
Wd
Wd
rt
VI
Wv
Wv
GG
Expand Down Expand Up @@ -10078,7 +10082,7 @@ VT
(50,1,1) = {"
KL
RB
cz
cp
Wd
hC
lh
Expand Down Expand Up @@ -16892,8 +16896,8 @@ pX
ye
pX
pX
Wd
Wd
VI
rt
Wd
Wd
Wd
Expand Down
9 changes: 6 additions & 3 deletions maps/yw/yw_vrstuff/vrmaps_things.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
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/animal/giant_spider = 2,
/mob/living/simple_mob/animal/giant_spider/hunter = 2,
/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 Expand Up @@ -36,6 +39,6 @@
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
/mob/living/simple_mob/animal/passive/fish/salmon = 3,
/mob/living/simple_mob/animal/passive/fish/koi = 3
)

0 comments on commit deee1d9

Please sign in to comment.