mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
Adds comments to defines (#26463)
This commit is contained in:
@@ -152,10 +152,10 @@
|
||||
#define N2O_DECOMPOSITION_MIN_ENERGY 1400
|
||||
#define N2O_DECOMPOSITION_ENERGY_RELEASED 200000
|
||||
|
||||
// From milla/src/lib.rs
|
||||
#define ATMOS_MODE_SPACE 0
|
||||
#define ATMOS_MODE_SEALED 1
|
||||
#define ATMOS_MODE_EXPOSED_TO_ENVIRONMENT 2
|
||||
// From milla/src/model.rs, line 126
|
||||
#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
|
||||
|
||||
/// Lavaland environment: hot, low pressure.
|
||||
#define ENVIRONMENT_LAVALAND "lavaland"
|
||||
|
||||
Reference in New Issue
Block a user