mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Lavaland Atmos Fixes (#13783)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user