ソースを参照

Fix timed powerups not being applied

tags/v0.0.6
Fen Dweller 6年前
コミット
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 = {


読み込み中…
キャンセル
保存