}
public void changeToAttackingPhase() {
Main.gameStateManager.setCurrentGameState(new IngameAttack(Main.gameStateManager, true));
currentAction = CurrentAction.ATTACK;
Main.game.showMessage = "";
for (Entity entity: world.entities) {
if (entity.team.equals(Game.redTeam)) {