Lavaland Atmos Fixes (#13783)

This commit is contained in:
Fox McCloud
2020-07-12 14:31:39 -06:00
committed by GitHub
parent 48fbdda84b
commit a86b5e6834
7 changed files with 28 additions and 20 deletions
@@ -45,6 +45,7 @@
oxygen = 14
nitrogen = 23
temperature = 300
planetary_atmos = TRUE
/turf/simulated/floor/indestructible/necropolis/Initialize(mapload)
. = ..()
@@ -52,8 +53,8 @@
icon_state = "necro[rand(2,3)]"
/turf/simulated/floor/indestructible/necropolis/air
oxygen = 0
nitrogen = 0
oxygen = MOLES_O2STANDARD
nitrogen = MOLES_N2STANDARD
temperature = T20C
/turf/simulated/floor/indestructible/boss //you put stone tiles on this and use it as a base
@@ -64,6 +65,7 @@
oxygen = 14
nitrogen = 23
temperature = 300
planetary_atmos = TRUE
/turf/simulated/floor/indestructible/boss/air
oxygen = MOLES_O2STANDARD
@@ -77,6 +79,7 @@
oxygen = 14
nitrogen = 23
temperature = 300
planetary_atmos = TRUE
smooth = SMOOTH_TRUE
/turf/simulated/floor/indestructible/hierophant/get_smooth_underlay_icon(mutable_appearance/underlay_appearance, turf/asking_turf, adjacency_dir)
@@ -111,6 +111,7 @@
oxygen = 14
nitrogen = 23
temperature = 300
planetary_atmos = TRUE
/turf/simulated/floor/lubed
name = "slippery floor"