Ver código fonte

Fix the missing icon on the click powerup

tags/v0.0.7
Fen Dweller 5 anos atrás
pai
commit
fc60ecbc72
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: E80B35A6F11C3656
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      constants.js

+ 1
- 1
constants.js Ver arquivo

@@ -1229,7 +1229,7 @@ const powerups = {
"click": {
name: "Chaos Click",
description: "Ten times the clicking!",
icon: "fa-cursor",
icon: "fa-hand-pointer",
duration: 10000,
prereqs: state => true,
effect: state => state.clickPowers.clickMultiplier *= 10,


Carregando…
Cancelar
Salvar