Merge branch 'automnml' of ssh://git.mnml.gg:40022/~/mnml into automnml

This commit is contained in:
Mashy
2021-03-20 13:57:39 +10:00
2 changed files with 14 additions and 28 deletions
+1 -2
View File
@@ -102,7 +102,7 @@ function genItemInfo(item, itemInfo, player) {
? <div> Speed {shapes.SpeedStat()} multiplier {fullInfo.speed * 4}% </div>
: null;
const thresholds = isSpec ? specThresholds(player, fullInfo, item) : null;
// const thresholds = isSpec ? specThresholds(player, fullInfo, item) : null;
return (
<div class="info info-item">
@@ -112,7 +112,6 @@ function genItemInfo(item, itemInfo, player) {
{cooldown}
{itemDescription()}
{speed}
{thresholds}
</div>
);
}