From fc60ecbc7255dd47ce80db8c08d153d128f7859b Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 25 Dec 2019 21:56:32 -0600 Subject: [PATCH] Fix the missing icon on the click powerup --- constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.js b/constants.js index e6788d4..62b086e 100644 --- a/constants.js +++ b/constants.js @@ -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,