diff --git a/src/game/Towers.cpp b/src/game/Towers.cpp index 17db1af..a200a88 100644 --- a/src/game/Towers.cpp +++ b/src/game/Towers.cpp @@ -21,8 +21,8 @@ const std::map, TowerStats> TowerConstants = { {{TowerType::Archer, {4, TowerPath::Top}}, {0.8, 0, 15}}, {{TowerType::Archer, {2, TowerPath::Bottom}}, {2, 10, 12}}, - {{TowerType::Archer, {3, TowerPath::Bottom}}, {2, 0, 13}}, - {{TowerType::Archer, {4, TowerPath::Bottom}}, {2, 0, 15}}, + {{TowerType::Archer, {3, TowerPath::Bottom}}, {2, 10, 13}}, + {{TowerType::Archer, {4, TowerPath::Bottom}}, {2, 10, 15}}, //-----------------------------------------------------------------