mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
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:
co-authored by
Charlie Nolan
paradisess13[bot] <165046124+paradisess13[bot]@users.noreply.github.com>
parent
de2380422f
commit
58097d7c5b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user