public Status changeStatus() { if (tower.isDead()) { return(tower.getDying()); } else { return(tower.getAiming()); } }