From 69c1d74f65b8308a0445afbcc7109fa00b2eaf3a Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sun, 17 Sep 2017 12:00:59 -0500 Subject: [PATCH] [MIRROR] Corrects killroom turf gas mixture (#2805) * Corrects killroom turf gas mixture * Corrects killroom turf gas mixture --- code/game/turfs/simulated/floor/plasteel_floor.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/turfs/simulated/floor/plasteel_floor.dm b/code/game/turfs/simulated/floor/plasteel_floor.dm index c99d2f3a9a..63c883f88c 100644 --- a/code/game/turfs/simulated/floor/plasteel_floor.dm +++ b/code/game/turfs/simulated/floor/plasteel_floor.dm @@ -361,6 +361,7 @@ name = "Mainframe Floor" /turf/open/floor/plasteel/vault/killroom name = "Killroom Floor" + initial_gas_mix = "n2=500;TEMP=80" /turf/open/floor/plasteel/cult icon_state = "cult"