mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Replace hardcoded atmos values for virtual domain turfs (#91195)
## About The Pull Request This replaces the hardcoded atmos strings for these turfs with the actual icebox atmos defines. ## Why It's Good For The Game Hardcoding values is bad.
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
|
||||
/turf/open/cliff/snowrock/virtual_domain
|
||||
name = "icy cliff"
|
||||
initial_gas_mix = "o2=22;n2=82;TEMP=180"
|
||||
initial_gas_mix = FROZEN_ATMOS
|
||||
|
||||
/turf/open/lava/plasma/virtual_domain
|
||||
name = "plasma lake"
|
||||
initial_gas_mix = "o2=22;n2=82;TEMP=180"
|
||||
initial_gas_mix = FROZEN_ATMOS
|
||||
|
||||
/datum/outfit/job/virtual_domain_iceclimber
|
||||
name = "Ice Climber"
|
||||
|
||||
Reference in New Issue
Block a user