Pārlūkot izejas kodu

All resource types are incremented now, not just food

tags/v0.0.1
Fen Dweller pirms 7 gadiem
vecāks
revīzija
936705bdf4
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: E80B35A6F11C3656
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. +3
    -1
      gorge.js

+ 3
- 1
gorge.js Parādīt failu

@@ -94,7 +94,9 @@ function updateProductivity() {
}

function addResources(delta) {
resources.food += currentProductivity["food"] * delta / 1000;
for (const [resource, amount] of Object.entries(currentProductivity)) {
resources[resource] += amount * delta / 1000;
}
}

function displayResources() {


Notiek ielāde…
Atcelt
Saglabāt