summaryrefslogtreecommitdiff
path: root/src/engine/constants.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-08-12 11:07:41 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-08-12 11:07:41 +0200
commit6935a0c82606b95391dfd76c01e393ca99d6bf77 (patch)
tree91207be0c5e2e4e0a33f3492b719bd3abc2e25dc /src/engine/constants.rs
parenta760bc7543b186714b11648e8be515dcdfc49b95 (diff)
Test for iron curtain availability and normal towers
Diffstat (limited to 'src/engine/constants.rs')
-rw-r--r--src/engine/constants.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/constants.rs b/src/engine/constants.rs
index 11afa29..9ece36d 100644
--- a/src/engine/constants.rs
+++ b/src/engine/constants.rs
@@ -27,7 +27,7 @@ pub const ENERGY_PRICE: u16 = 20;
pub const ENERGY_CONSTRUCTION_TIME: u8 = 1;
pub const IRON_CURTAIN_PRICE: u16 = 100;
-pub const IRON_CURTAIN_UNLOCK_INTERVAL: u8 = 30;
+pub const IRON_CURTAIN_UNLOCK_INTERVAL: u16 = 30;
pub const IRON_CURTAIN_DURATION: u8 = 6;
pub const DECONSTRUCT_ENERGY: u16 = 5;