Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
gorge
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
9
Wiki
Attività
Sfoglia il codice sorgente
Effects actually work now
tags/v0.0.1
Fen Dweller
7 anni fa
parent
2845ba8fc3
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
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
}
Write
Preview
Loading…
Annulla
Salva