Sfoglia il codice sorgente

Effects actually work now

tags/v0.0.1
Fen Dweller 7 anni fa
parent
commit
e54b1210b3
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: E80B35A6F11C3656
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. +3
    -1
      gorge.js

+ 3
- 1
gorge.js Vedi File

@@ -27,8 +27,10 @@ function productivityOf(type) {
if (!ownedUpgrades[key]) {
continue;
}


if (value.effect.type == "prod-2x") {
if (value.effect.target == key) {
if (value.effect.target == type) {
baseProd *= 2;
}
}


Loading…
Annulla
Salva