summaryrefslogtreecommitdiff
path: root/src/engine/constants.rs
diff options
context:
space:
mode:
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;