Sfoglia il codice sorgente

Fix timed powerups not being applied

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

+ 1
- 1
gorge.js Vedi File

@@ -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…
Annulla
Salva