diff --git a/build.js b/build.js index 5e2c54c..f62a934 100644 --- a/build.js +++ b/build.js @@ -389,7 +389,7 @@ class Build{ /* Getters */ getSpellCost(spellIdx, cost) { - return Math.max(1, this.getBaseSpellCost(spellIdx, cost); + return Math.max(1, this.getBaseSpellCost(spellIdx, cost)); } getBaseSpellCost(spellIdx, cost) {