mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Fixed compilation error.
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
//Controls how much power is produced by each collector in range - this is the main parameter for tweaking SM balance, as it basically controls how the power variable relates to the rest of the game.
|
//Controls how much power is produced by each collector in range - this is the main parameter for tweaking SM balance, as it basically controls how the power variable relates to the rest of the game.
|
||||||
//#define POWER_FACTOR 1.0
|
#define POWER_FACTOR 1.0
|
||||||
#define DECAY_FACTOR 700 //Affects how fast the supermatter power decays
|
#define DECAY_FACTOR 700 //Affects how fast the supermatter power decays
|
||||||
#define CRITICAL_TEMPERATURE 7000 //K
|
#define CRITICAL_TEMPERATURE 7000 //K
|
||||||
#define CHARGING_FACTOR 0.05
|
#define CHARGING_FACTOR 0.05
|
||||||
|
|||||||
Reference in New Issue
Block a user