summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
Diffstat (limited to 'src/input')
-rw-r--r--src/input/json.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/json.rs b/src/input/json.rs
index 95dbd46..a2f6d8c 100644
--- a/src/input/json.rs
+++ b/src/input/json.rs
@@ -188,7 +188,7 @@ impl BuildingBlueprint {
engine::settings::BuildingSettings {
price: self.price,
health: self.health,
- construction_time: self.construction_time-2,
+ construction_time: self.construction_time-1,
weapon_damage: self.weapon_damage,
weapon_speed: self.weapon_speed,
weapon_cooldown_period: self.weapon_cooldown_period,