Adds the atmos type: NoDecay (#26432)

* ddsadsa

ddsadsa

* adds a new MILLA atmos  type

* Build MILLA

* oopsie

* comments

* Update code/__DEFINES/atmospherics_defines.dm

Co-authored-by: Charlie Nolan <funnyman3595@gmail.com>
Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com>

* adds commenting

* merged and redid commenting

* Build MILLA

---------

Signed-off-by: Kyani <65205627+EmeraldCandy@users.noreply.github.com>
Co-authored-by: paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
Co-authored-by: Charlie Nolan <funnyman3595@gmail.com>
This commit is contained in:
Kyani
2024-08-14 19:21:45 +00:00
committed by GitHub
co-authored by Charlie Nolan paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
parent de2380422f
commit 58097d7c5b
6 changed files with 6 additions and 0 deletions
+1
View File
@@ -156,6 +156,7 @@
#define ATMOS_MODE_SPACE 0 //! Tile is exposed to space and loses air every second
#define ATMOS_MODE_SEALED 1 //! Tile has no special behaviour
#define ATMOS_MODE_EXPOSED_TO_ENVIRONMENT 2 //! Tile is exposed to the environment, ex: lavaland
#define ATMOS_MODE_NO_DECAY 3 //! Prevents hot tiles from automatically decaying towards T20C.
/// Lavaland environment: hot, low pressure.
#define ENVIRONMENT_LAVALAND "lavaland"