Skip to content

Commit

Permalink
[MIRROR] Fix: Skrellian Biodome unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNest authored and SuhEugene committed Jan 11, 2024
1 parent 622b9ca commit 9ebc0e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
description = "Strange round structure."
suffixes = list("skrell_biodome/skrell_biodome.dmm")
spawn_cost = 0.5
apc_test_exempt_areas = list(/area/map_template/biodome/atmos = NO_SCRUBBER|NO_VENT)
ruin_tags = RUIN_HUMAN
template_flags = TEMPLATE_FLAG_CLEAR_CONTENTS | TEMPLATE_FLAG_NO_RUINS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
"pv" = (
/obj/machinery/space_heater/skrell,
/turf/simulated/floor/tiled/skrell/orange,
/area/map_template/biodome/living)
/area/map_template/biodome/engineering)
"pA" = (
/obj/machinery/atmospherics/unary/vent_pump/high_volume/shuttle{
dir = 1;
Expand Down Expand Up @@ -645,7 +645,7 @@
dir = 1
},
/turf/simulated/floor/tiled/skrell/orange,
/area/map_template/biodome/living)
/area/map_template/biodome/engineering)
"yc" = (
/obj/structure/hygiene/sink{
dir = 1;
Expand Down Expand Up @@ -925,7 +925,7 @@
"JG" = (
/obj/machinery/portable_atmospherics/powered/pump/filled,
/turf/simulated/floor/tiled/skrell/orange,
/area/map_template/biodome/living)
/area/map_template/biodome/engineering)
"JM" = (
/obj/structure/cable/yellow{
d1 = 1;
Expand Down Expand Up @@ -1360,7 +1360,7 @@
dir = 8
},
/turf/simulated/floor/tiled/skrell/orange,
/area/map_template/biodome/living)
/area/map_template/biodome/engineering)
"WU" = (
/obj/structure/cable/yellow{
d1 = 2;
Expand Down

0 comments on commit 9ebc0e5

Please sign in to comment.