Merge branch 'automnml' of ssh://git.mnml.gg:40022/~/mnml into automnml
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user