mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Fix planetary_atmos working correctly only for lavaland + use defines for lavaland atmos (#25296)
* planetary atmos is not only lavaland * use defines for lavaland temperature * use defines for lavaland air * temperature is initial
This commit is contained in:
@@ -114,9 +114,9 @@
|
||||
linkedcontroller.decalinpool += A
|
||||
|
||||
/turf/simulated/floor/beach/away/water/lavaland_air
|
||||
nitrogen = 14
|
||||
oxygen = 8
|
||||
temperature = 500
|
||||
nitrogen = LAVALAND_NITROGEN
|
||||
oxygen = LAVALAND_OXYGEN
|
||||
temperature = LAVALAND_TEMPERATURE
|
||||
planetary_atmos = TRUE
|
||||
|
||||
/// for boundary "walls"
|
||||
|
||||
Reference in New Issue
Block a user