Selaa lähdekoodia

Fix timed powerups not being applied

tags/v0.0.6
Fen Dweller 6 vuotta sitten
vanhempi
commit
d814db8195
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      gorge.js

+ 1
- 1
gorge.js Näytä tiedosto

@@ -235,7 +235,7 @@ function updateProductivity() {
Object.assign(currentProductivity, calculateProductivity());

Object.entries(activePowerups).forEach(([key, entry]) => {
if (entry.time > 0) {
if (entry.life > 0) {
const powerup = entry.powerup;

const state = {


Loading…
Peruuta
Tallenna