Kaynağa Gözat

Fix timed powerups not being applied

tags/v0.0.6
Fen Dweller 5 yıl önce
ebeveyn
işleme
d814db8195
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: E80B35A6F11C3656
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      gorge.js

+ 1
- 1
gorge.js Dosyayı Görüntüle

@@ -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 = {


Yükleniyor…
İptal
Kaydet