Fix typo.... we need a linter
This commit is contained in:
parent
8e920915c0
commit
231f4e8600
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ class Build{
|
|||
this.powders[1] = this.powders[1].slice(0,chestplate.statMap.get("slots"));
|
||||
chestplate.statMap.set("powders",this.powders[1].slice());
|
||||
this.chestplate = chestplate.statMap;
|
||||
applyArmorPowders(this.chesplate, this.powders[1]);
|
||||
applyArmorPowders(this.chestplate, this.powders[1]);
|
||||
if (this.chestplate.get("custom")) {
|
||||
this.customItems.push(chestplate);
|
||||
} else if (this.chestplate.get("crafted")) { //customs can also be crafted, but custom takes priority.
|
||||
|
|
Loading…
Reference in a new issue