Merge pull request #15435 from TripleShades/aaaaa
Festive Station Fixes
This commit is contained in:
@@ -160,6 +160,9 @@
|
||||
//SNOSTATION
|
||||
#define ICEMOON_DEFAULT_ATMOS "ICEMOON_ATMOS"
|
||||
|
||||
//FESTIVESTATION
|
||||
#define FESTIVE_ATMOS "o2=22;n2=82;TEMP=266" //this goes here right putnam??
|
||||
|
||||
//ATMOSIA GAS MONITOR TAGS
|
||||
#define ATMOS_GAS_MONITOR_INPUT_O2 "o2_in"
|
||||
#define ATMOS_GAS_MONITOR_OUTPUT_O2 "o2_out"
|
||||
|
||||
@@ -19,3 +19,11 @@
|
||||
|
||||
/turf/open/floor/plating/dirt/try_replace_tile(obj/item/stack/tile/T, mob/user, params)
|
||||
return
|
||||
|
||||
/turf/open/floor/plating/dirt/space
|
||||
baseturfs = /turf/baseturf_bottom
|
||||
planetary_atmos = FALSE
|
||||
desc = "Upon closer examination there's plating beneath the dirt."
|
||||
|
||||
/turf/open/floor/plating/dirt/space/airless
|
||||
initial_gas_mix = AIRLESS_ATMOS
|
||||
|
||||
Reference in New Issue
Block a user