Ursprung
Commit
d814db8195
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: E80B35A6F11C3656
1 geänderte Dateien mit
1 neuen und
1 gelöschten Zeilen
-
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 = { |
|
|
|
|