Run Prettier
This commit is contained in:
@ -70,7 +70,7 @@ class SkillsTable {
|
||||
}
|
||||
|
||||
isAtMinimum(skill: Skill) {
|
||||
let minimumCost = this.get(skill).governing.cost
|
||||
let minimumCost = this.get(skill).governing.cost;
|
||||
let currentCost = this.computeCost(skill);
|
||||
return currentCost <= minimumCost;
|
||||
}
|
||||
|
Reference in New Issue
Block a user