summaryrefslogtreecommitdiff
path: root/src/engine/constants.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-08-27 21:48:26 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-08-27 21:48:26 +0200
commitdbc008ad4d16072d181e0ac6949fab09a9c05801 (patch)
treea1e6cee3cfe705a7902b218ba48c6810bb20a53a /src/engine/constants.rs
parentc90898da21e92da5f6c874eea9ed3aedf5330195 (diff)
Removed branching around energy limiting heuristics
Diffstat (limited to 'src/engine/constants.rs')
-rw-r--r--src/engine/constants.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/constants.rs b/src/engine/constants.rs
index 71d937d..9ece36d 100644
--- a/src/engine/constants.rs
+++ b/src/engine/constants.rs
@@ -26,8 +26,6 @@ pub const ENERGY_GENERATED_TOWER: u16 = 3;
pub const ENERGY_PRICE: u16 = 20;
pub const ENERGY_CONSTRUCTION_TIME: u8 = 1;
-pub const ENERGY_MAX_IN_ROW: u32 = 3;
-
pub const IRON_CURTAIN_PRICE: u16 = 100;
pub const IRON_CURTAIN_UNLOCK_INTERVAL: u16 = 30;
pub const IRON_CURTAIN_DURATION: u8 = 6;