mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Merge remote-tracking branch 'upstream/master' into hit-reactions
This commit is contained in:
@@ -124,3 +124,8 @@
|
||||
#define NUTRITION_LEVEL_HUNGRY 250
|
||||
#define NUTRITION_LEVEL_STARVING 150
|
||||
|
||||
//Used for calculations for negative effects of having genetics powers
|
||||
#define DEFAULT_GENE_STABILITY 100
|
||||
#define GENE_INSTABILITY_MINOR 5
|
||||
#define GENE_INSTABILITY_MODERATE 10
|
||||
#define GENE_INSTABILITY_MAJOR 15
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
#define TICK_LIMIT_TO_RUN 85
|
||||
|
||||
#define TICK_CHECK ( world.tick_usage > TICK_LIMIT_RUNNING ? stoplag() : 0 )
|
||||
#define CHECK_TICK if (world.tick_usage > TICK_LIMIT_RUNNING) stoplag()
|
||||
#define CHECK_TICK if(world.tick_usage > TICK_LIMIT_RUNNING) stoplag()
|
||||
Reference in New Issue
Block a user