1
0
This commit is contained in:
2024-01-02 04:24:08 +01:00
parent 56abba7d1b
commit bc05c1f319

View File

@@ -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;