瀏覽代碼

Fix timed powerups not being applied

tags/v0.0.6
Fen Dweller 5 年之前
父節點
當前提交
d814db8195
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: E80B35A6F11C3656
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      gorge.js

+ 1
- 1
gorge.js 查看文件

@@ -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…
取消
儲存