Explorar el Código

Effects actually work now

tags/v0.0.1
Fen Dweller hace 7 años
padre
commit
e54b1210b3
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: E80B35A6F11C3656
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      gorge.js

+ 3
- 1
gorge.js Ver fichero

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


Cargando…
Cancelar
Guardar