Procházet zdrojové kódy

Fiddling with breath strength some more

tags/v0.7.2
Fen Dweller před 7 roky
rodič
revize
5f662c8389
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      game.js

+ 1
- 1
game.js Zobrazit soubor

@@ -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);


Načítá se…
Zrušit
Uložit