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:
Tim
2025-05-29 15:11:49 -05:00
committed by GitHub
parent 922dfd2ba8
commit 4c2e0be4e0
@@ -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"