mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Clarifies comment wording
Small things
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
#define MOLES_N2STANDARD MOLES_CELLSTANDARD*N2STANDARD // N2 standard value (79%)
|
||||
|
||||
#define MOLES_PHORON_VISIBLE 0.7 //Moles in a standard cell after which phoron is visible
|
||||
#define MIN_TOXIN_DAMAGE 1 //This and MAX_TOXIN are for when a mob breathes poisonous air, apparently.
|
||||
#define MAX_TOXIN_DAMAGE 10 //This and MIN_TOXIN are for when a mob breathes poisonous air, apparently.
|
||||
#define MIN_TOXIN_DAMAGE 1 //This and MAX_TOXIN_DAMAGE are for when a mob breathes poisonous air
|
||||
#define MAX_TOXIN_DAMAGE 10 //This and MIN_TOXIN_DAMAGE are for when a mob breathes poisonous air
|
||||
|
||||
#define BREATH_VOLUME 0.5 //liters in a normal breath
|
||||
#define BREATH_MOLES (ONE_ATMOSPHERE * BREATH_VOLUME /(T20C*R_IDEAL_GAS_EQUATION))
|
||||
|
||||
Reference in New Issue
Block a user