Fix typo
This commit is contained in:
@@ -95,7 +95,7 @@ class Equipment {
|
||||
|
||||
hasProperty(propertyName) {
|
||||
if (items[this.name + '_' + propertyName] == null) {
|
||||
console.debug(`Eqipment ${this.name} has no property ${propertyName}`)
|
||||
console.debug(`Equipment ${this.name} has no property ${propertyName}`)
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user