Browse Source

Fiddling with breath strength some more

tags/v0.7.2
Fen Dweller 7 years ago
parent
commit
5f662c8389
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      game.js

+ 1
- 1
game.js View File

@@ -3689,7 +3689,7 @@ function breath(type, style) {
let prey = new Container();

if (style == "line") {
area *= 50;
area *= (Math.log10(macro.scale) + 1) * 10;
prey = getOnePrey(biome, area, true);
} else if (style == "cone") {
prey = getPrey(biome, area, true);


Loading…
Cancel
Save