mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Use defines for turf atmos (#41751)
initial_gas_mix for turfs were all over the place instead of using defines. I didn't change turfs that only show up in a single place, like the Snowdin plasma river turf. KITCHEN_COLDROOM_ATMOS isn't used yet; if this gets merged I'll use it to turn kitchen cold rooms into proper.... cold rooms
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
/turf/open/floor/holofloor/plating/burnmix
|
||||
name = "burn-mix floor"
|
||||
initial_gas_mix = "o2=2500;plasma=5000;TEMP=370"
|
||||
initial_gas_mix = BURNMIX_ATMOS
|
||||
|
||||
/turf/open/floor/holofloor/grass
|
||||
gender = PLURAL
|
||||
|
||||
Reference in New Issue
Block a user