Skip to content

Commit

Permalink
RPV2 Tweaks
Browse files Browse the repository at this point in the history
Adds a couple new areas to exempt from unit tests, and swaps the positions of a couple medical lobby consoles
  • Loading branch information
Very-Soft committed May 19, 2024
1 parent 8b99c50 commit 068f536
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
5 changes: 3 additions & 2 deletions maps/groundbase/groundbase_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,9 @@
/area/groundbase/engineering/solarshed,
/area/groundbase/engineering/solarfield,
/area/groundbase/hotspring,
/area/groundbase/hotspring/water

/area/groundbase/hotspring/water,
/area/groundbase/medical/geneticslab,
/area/groundbase/engineering/pumpingstation
)

unit_test_exempt_from_atmos = list()
Expand Down
17 changes: 14 additions & 3 deletions maps/groundbase/rp-z2.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -3424,14 +3424,14 @@
/turf/simulated/shuttle/wall,
/area/shuttle/groundbase/engineering)
"lh" = (
/obj/machinery/computer/transhuman/designer,
/obj/machinery/atmospherics/unary/vent_pump/on,
/obj/machinery/light{
dir = 4
},
/obj/effect/floor_decal/corner/paleblue/full{
dir = 1
},
/obj/machinery/medical_kiosk,
/turf/simulated/floor/tiled/white,
/area/groundbase/medical/lobby)
"li" = (
Expand Down Expand Up @@ -4848,6 +4848,15 @@
},
/turf/simulated/floor/tiled/eris/cafe,
/area/groundbase/security/hall2)
"qj" = (
/obj/structure/railing,
/obj/structure/bed/chair/backed_red{
dir = 8
},
/turf/simulated/floor/bmarble{
outdoors = 1
},
/area/groundbase/civilian/bar)
"ql" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 5
Expand Down Expand Up @@ -9202,7 +9211,9 @@
/obj/effect/floor_decal/corner/paleblue{
dir = 6
},
/obj/machinery/medical_kiosk,
/obj/machinery/computer/transhuman/designer{
dir = 8
},
/turf/simulated/floor/tiled/white,
/area/groundbase/medical/lobby)
"Fg" = (
Expand Down Expand Up @@ -22582,7 +22593,7 @@ rB
mQ
BE
dF
ai
qj
Wf
TH
TH
Expand Down

0 comments on commit 068f536

Please sign in to comment.