Skip to content

Commit

Permalink
changed INCOME tower id to 6 in towertype.java to ensure unqiuness
Browse files Browse the repository at this point in the history
  • Loading branch information
ThivanW committed Oct 15, 2023
1 parent 27fe962 commit 5ce75c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public enum TowerType {
STUN("Stun Tower", "The Stun Tower releases electric shocks that temporarily immobilize and damage enemies.",
5, "45", "images/turret-select/stun-tower-default.png", "images/turret-select/stun-tower-clicked.png"),
INCOME("Income Tower", "The Income Tower generates additional in-game currency over time.",
5, "10", "images/turret-select/mine-tower-default.png", "images/turret-select/mine-tower-clicked.png");
6, "10", "images/turret-select/mine-tower-default.png", "images/turret-select/mine-tower-clicked.png");

private final String towerName;
private final String description;
Expand Down

0 comments on commit 5ce75c1

Please sign in to comment.