From 32e3f839c4d8ec0cdee18bff8143eb649fd70ff9 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sun, 19 Aug 2018 14:57:06 +0200 Subject: Tweaked performance for enegy tower limiting --- src/engine/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/constants.rs') diff --git a/src/engine/constants.rs b/src/engine/constants.rs index 60e8101..71d937d 100644 --- a/src/engine/constants.rs +++ b/src/engine/constants.rs @@ -26,7 +26,7 @@ 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 = 2; +pub const ENERGY_MAX_IN_ROW: u32 = 3; pub const IRON_CURTAIN_PRICE: u16 = 100; pub const IRON_CURTAIN_UNLOCK_INTERVAL: u16 = 30; -- cgit v1.2.3