Skip to content

Commit

Permalink
[MIRROR] Modular room hole patching [MDB IGNORE] (#25553)
Browse files Browse the repository at this point in the history
* Modular room hole patching (#80207)

## About The Pull Request

This patches some holes in the station_l_crates modular mapping piece

The highlighted areas would render as open space, ventilating the Sunset
Saloon virtual domain in the process.

![image](https://github.com/tgstation/tgstation/assets/28870487/ea48ebe9-e0dc-4f02-a8a3-fdbca72d0fc8)

These open areas have been replaced with:

![image](https://github.com/tgstation/tgstation/assets/28870487/a7543b9a-d9cf-4130-bb3f-d94a74bf683b)
## Why It's Good For The Game

Fixes a problem that can ruin your bitrunner gamer sesh.

Closes #80163
## Changelog
:cl: Rhials
fix: Sunset Saloon virtual domain should no longer sometimes spawn with
holes in the floor.
/:cl:

* Modular room hole patching

---------

Co-authored-by: Rhials <[email protected]>
  • Loading branch information
2 people authored and FFMirrorBot committed Dec 11, 2023
1 parent 5a91c20 commit a14cb49
Showing 1 changed file with 27 additions and 8 deletions.
35 changes: 27 additions & 8 deletions _maps/modular_generic/station_l_crates.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,12 @@
/obj/effect/turf_decal/bot_red,
/turf/open/floor/iron/dark/textured_large,
/area/template_noop)
"x" = (
/obj/effect/turf_decal/bot,
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/arrows,
/turf/open/floor/plating/rust,
/area/template_noop)
"y" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash/box,
Expand All @@ -195,6 +201,11 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/dark/textured_large,
/area/template_noop)
"A" = (
/obj/effect/turf_decal/bot,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating/rust,
/area/template_noop)
"B" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash/cigbutt,
Expand All @@ -208,6 +219,14 @@
dir = 4
},
/area/template_noop)
"C" = (
/obj/effect/turf_decal/bot,
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/arrows{
dir = 1
},
/turf/open/floor/plating/rust,
/area/template_noop)
"D" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/spawner/random/trash/grime,
Expand Down Expand Up @@ -422,28 +441,28 @@ j
"}
(2,1,1) = {"
e
e
T
T
T
T
s
s
s
T
e
T
e
"}
(3,1,1) = {"
e
e
A
T
l
X
H
W
k
T
e
C
e
"}
(4,1,1) = {"
Expand Down Expand Up @@ -513,28 +532,28 @@ e
"}
(9,1,1) = {"
e
e
A
T
c
F
P
S
r
T
e
x
e
"}
(10,1,1) = {"
e
e
T
T
s
o
T
s
s
T
e
T
e
"}
(11,1,1) = {"
Expand Down

0 comments on commit a14cb49

Please sign in to comment.