Explorar el Código

Fix timed powerups not being applied

tags/v0.0.6
Fen Dweller hace 5 años
padre
commit
d814db8195
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: E80B35A6F11C3656
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      gorge.js

+ 1
- 1
gorge.js Ver fichero

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


Cargando…
Cancelar
Guardar