mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
[MDB IGNORE] Cleans up the Active Turfs in SnowCabin.dm (#65594)
This commit is contained in:
+259
-257
File diff suppressed because it is too large
Load Diff
@@ -216,6 +216,10 @@ GLOBAL_LIST_EMPTY(dug_up_basalt)
|
||||
/turf/open/misc/asteroid/snow/temperatre
|
||||
initial_gas_mix = "o2=22;n2=82;TEMP=255.37"
|
||||
|
||||
//Used in SnowCabin.dm
|
||||
/turf/open/misc/asteroid/snow/snow_cabin
|
||||
temperature = 180
|
||||
|
||||
/turf/open/misc/asteroid/snow/atmosphere
|
||||
initial_gas_mix = FROZEN_ATMOS
|
||||
planetary_atmos = FALSE
|
||||
|
||||
@@ -67,6 +67,10 @@
|
||||
/turf/open/floor/wood/cold
|
||||
temperature = 255.37
|
||||
|
||||
//Used in Snowcabin.dm
|
||||
/turf/open/floor/wood/freezing
|
||||
temperature = 180
|
||||
|
||||
/turf/open/floor/wood/airless
|
||||
initial_gas_mix = AIRLESS_ATMOS
|
||||
|
||||
|
||||
@@ -170,6 +170,10 @@
|
||||
/turf/open/floor/mineral/plastitanium/red/airless
|
||||
initial_gas_mix = AIRLESS_ATMOS
|
||||
|
||||
//Used in SnowCabin.dm
|
||||
/turf/open/floor/mineral/plastitanium/red/snow_cabin
|
||||
temperature = 180
|
||||
|
||||
/turf/open/floor/mineral/plastitanium/red/brig
|
||||
name = "brig floor"
|
||||
|
||||
|
||||
@@ -71,6 +71,10 @@
|
||||
/turf/open/floor/plating/snowed/temperatre
|
||||
temperature = 255.37
|
||||
|
||||
//Used in SnowCabin.dm
|
||||
/turf/open/floor/plating/snowed/snow_cabin
|
||||
temperature = 180
|
||||
|
||||
/turf/open/floor/plating/snowed/smoothed/icemoon
|
||||
initial_gas_mix = ICEMOON_DEFAULT_ATMOS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user