소스 검색

Fix timed powerups not being applied

tags/v0.0.6
Fen Dweller 5 년 전
부모
커밋
d814db8195
No known key found for this signature in database 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 = {


불러오는 중...
취소
저장