From ca397a810fa0f35c6d6b930275d7e1464516fce7 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Sun, 15 Mar 2020 13:10:56 -0700 Subject: [PATCH] Remove extraneous spaces --- src/js/heroCreator.js | 2 +- src/uncategorized/newSlaveIntro.tw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/heroCreator.js b/src/js/heroCreator.js index 50d669cecd5..dd98d99813c 100644 --- a/src/js/heroCreator.js +++ b/src/js/heroCreator.js @@ -33,7 +33,7 @@ App.Utils.buildHeroArray = function() { hero--; continue; } - if (V.heroSlavesPurchased .includes(array[hero].ID)) { + if (V.heroSlavesPurchased.includes(array[hero].ID)) { array.splice(hero, 1); hero--; continue; diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw index ecd91395d5c..9a06b2a98ee 100644 --- a/src/uncategorized/newSlaveIntro.tw +++ b/src/uncategorized/newSlaveIntro.tw @@ -89,7 +89,7 @@ <</if>> <<if $specialSlave == 1>> - <<run $heroSlavesPurchased .push($heroSlaveID)>> + <<run $heroSlavesPurchased.push($heroSlaveID)>> <<unset $heroSlaveID>> <<set $specialSlave = 0>> <</if>> -- GitLab