浏览代码

Fix the missing icon on the click powerup

tags/v0.0.7
Fen Dweller 5 年前
父节点
当前提交
fc60ecbc72
找不到此签名对应的密钥 GPG 密钥 ID: E80B35A6F11C3656
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      constants.js

+ 1
- 1
constants.js 查看文件

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


正在加载...
取消
保存