From 449f530142f2edc6179bc08da1a86d77b9658d6f Mon Sep 17 00:00:00 2001 From: Glyphee Date: Mon, 13 Nov 2023 18:21:32 -0500 Subject: [PATCH 1/3] fixes atmos issues --- .../_maps/RandomBars/Tram/tram_slum_bar.dmm | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/monkestation/_maps/RandomBars/Tram/tram_slum_bar.dmm b/monkestation/_maps/RandomBars/Tram/tram_slum_bar.dmm index b96ae701e5f2..be30d1525c04 100644 --- a/monkestation/_maps/RandomBars/Tram/tram_slum_bar.dmm +++ b/monkestation/_maps/RandomBars/Tram/tram_slum_bar.dmm @@ -156,7 +156,9 @@ /area/station/service/kitchen) "hb" = ( /obj/machinery/light/dim/directional/west, -/turf/open/misc/dirt, +/turf/open/misc/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, /area/station/commons/lounge) "he" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{ @@ -547,7 +549,9 @@ /area/station/service/theater) "vb" = ( /obj/effect/landmark/start/hangover, -/turf/open/misc/dirt, +/turf/open/misc/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, /area/station/commons/lounge) "vA" = ( /obj/structure/chair/stool/directional/east, @@ -742,7 +746,9 @@ /turf/open/floor/wood/tile, /area/station/service/bar/atrium) "Co" = ( -/turf/open/misc/dirt, +/turf/open/misc/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, /area/station/commons/lounge) "Cs" = ( /obj/effect/decal/cleanable/dirt, @@ -783,7 +789,9 @@ /area/station/service/theater) "Eu" = ( /obj/effect/landmark/start/assistant, -/turf/open/misc/dirt, +/turf/open/misc/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, /area/station/commons/lounge) "EE" = ( /obj/effect/decal/cleanable/dirt, @@ -1114,7 +1122,9 @@ /area/station/service/theater) "RK" = ( /obj/machinery/light/dim/directional/north, -/turf/open/misc/dirt, +/turf/open/misc/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, /area/station/commons/lounge) "RT" = ( /obj/structure/table/wood, From 96b08a25d8dcad278f6585c405fbc3aaf71cd6de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 21:38:58 +0000 Subject: [PATCH 2/3] Automatic changelog for PR #551 [ci skip] --- html/changelogs/AutoChangeLog-pr-551.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-551.yml diff --git a/html/changelogs/AutoChangeLog-pr-551.yml b/html/changelogs/AutoChangeLog-pr-551.yml new file mode 100644 index 000000000000..6fb859090f78 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-551.yml @@ -0,0 +1,4 @@ +author: "Glyphee" +delete-after: True +changes: + - bugfix: "changed atmos on the dirt tiles to `\"o2=22;n2=82;TEMP=293.15\"`" \ No newline at end of file From 7b83d7558027834f6704f988f12720ed37de2a24 Mon Sep 17 00:00:00 2001 From: Changelogs Date: Wed, 15 Nov 2023 01:14:33 +0000 Subject: [PATCH 3/3] Automatic changelog compile [ci skip] --- html/changelogs/AutoChangeLog-pr-551.yml | 4 ---- html/changelogs/AutoChangeLog-pr-552.yml | 5 ----- html/changelogs/archive/2023-11.yml | 6 ++++++ 3 files changed, 6 insertions(+), 9 deletions(-) delete mode 100644 html/changelogs/AutoChangeLog-pr-551.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-552.yml diff --git a/html/changelogs/AutoChangeLog-pr-551.yml b/html/changelogs/AutoChangeLog-pr-551.yml deleted file mode 100644 index 6fb859090f78..000000000000 --- a/html/changelogs/AutoChangeLog-pr-551.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "Glyphee" -delete-after: True -changes: - - bugfix: "changed atmos on the dirt tiles to `\"o2=22;n2=82;TEMP=293.15\"`" \ No newline at end of file diff --git a/html/changelogs/AutoChangeLog-pr-552.yml b/html/changelogs/AutoChangeLog-pr-552.yml deleted file mode 100644 index fc3847730a6a..000000000000 --- a/html/changelogs/AutoChangeLog-pr-552.yml +++ /dev/null @@ -1,5 +0,0 @@ -author: "wraith-54321" -delete-after: True -changes: - - bugfix: "Admins can now actually force events" - - bugfix: "fixed some midrounds spawning without their antag datum" \ No newline at end of file diff --git a/html/changelogs/archive/2023-11.yml b/html/changelogs/archive/2023-11.yml index 8ef58901b88f..706f6afd42c4 100644 --- a/html/changelogs/archive/2023-11.yml +++ b/html/changelogs/archive/2023-11.yml @@ -60,3 +60,9 @@ 2023-11-14: lmenvs: - rscadd: TTNT's donator item set! +2023-11-15: + Glyphee: + - bugfix: changed atmos on the dirt tiles to `"o2=22;n2=82;TEMP=293.15"` + wraith-54321: + - bugfix: Admins can now actually force events + - bugfix: fixed some midrounds spawning without their antag datum