mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
Fixes hilbertshoteltestingsite.dmm roundstart atmos (#41935)
Fixes atmos being different between adjacent tiles at roundstart in hilbertshoteltestingsite.dmm * creates new instance for when stairs are in space * almost forgot there were 3 different types of stairs
This commit is contained in:
@@ -197,14 +197,18 @@
|
||||
/turf/closed/mineral/random,
|
||||
/area/ruin/unpowered/no_grav)
|
||||
"K" = (
|
||||
/turf/open/floor/plasteel/stairs/right{
|
||||
initial_gas_mix = "TEMP=2.7"
|
||||
},
|
||||
/area/ruin/unpowered/no_grav)
|
||||
"U" = (
|
||||
/turf/open/floor/plasteel/stairs/medium{
|
||||
initial_gas_mix = "TEMP=2.7"
|
||||
},
|
||||
/area/ruin/unpowered/no_grav)
|
||||
"X" = (
|
||||
/turf/open/floor/plasteel/stairs/left,
|
||||
/area/ruin/unpowered/no_grav)
|
||||
"L" = (
|
||||
/turf/open/floor/plasteel/stairs/medium,
|
||||
/area/ruin/unpowered/no_grav)
|
||||
"M" = (
|
||||
/turf/open/floor/plasteel/stairs/right,
|
||||
/area/ruin/unpowered/no_grav)
|
||||
|
||||
(1,1,1) = {"
|
||||
a
|
||||
@@ -788,7 +792,7 @@ B
|
||||
B
|
||||
B
|
||||
d
|
||||
K
|
||||
X
|
||||
b
|
||||
b
|
||||
b
|
||||
@@ -816,7 +820,7 @@ B
|
||||
B
|
||||
B
|
||||
I
|
||||
L
|
||||
U
|
||||
b
|
||||
b
|
||||
b
|
||||
@@ -844,7 +848,7 @@ c
|
||||
d
|
||||
c
|
||||
d
|
||||
M
|
||||
K
|
||||
b
|
||||
b
|
||||
b
|
||||
|
||||
Reference in New Issue
Block a user