Skip to content
Snippets Groups Projects
Commit f8618b16 authored by Sabvente's avatar Sabvente
Browse files

balance :)

parent 27f7397b
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ public class Tower extends Placeable implements ITickable, IEnemyObserver,
damage.put(EnemyType.ELF, 30);
damage.put(EnemyType.HOBBIT, 30);
enemiesInRange = new ArrayList<Enemy>();
recoilTime = 5;
recoilTime = 4;
range = 1;
}
......@@ -115,7 +115,7 @@ public class Tower extends Placeable implements ITickable, IEnemyObserver,
if (!fogDescends) {
if ((new Random()).nextInt(50) == 0) {
fogDescends = true;
fogTimeLeft = 3 + (new Random()).nextInt(20);
fogTimeLeft = 3 + (new Random()).nextInt(10);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment