diff --git a/craft.js b/craft.js index 83a75d2..deee3ad 100644 --- a/craft.js +++ b/craft.js @@ -93,7 +93,7 @@ class Craft{ */ let matmult = 1; - let sorted = this.mat_tiers.sort(); + let sorted = this.mat_tiers.slice().sort(); //TODO - idfk how this works if( sorted[0] == 1 && sorted[1] == 1) { matmult = 1; diff --git a/crafter.html b/crafter.html index 1b9f4aa..12fbe32 100644 --- a/crafter.html +++ b/crafter.html @@ -13,8 +13,32 @@
Wynn build calculator
+ +Made by hppeng and ferricles with Atlas Inc (JavaScript required to function, nothing works without js)
-Hard refresh the page (Ctrl+Shift+R on windows/chrome) if it isn't updating correctly.
+Wynn build calculator
+ +Made by hppeng and ferricles with Atlas Inc (JavaScript required to function, nothing works without js)
-