diff --git a/ts/Entity.ts b/ts/Entity.ts index 611c2df..4a56c52 100644 --- a/ts/Entity.ts +++ b/ts/Entity.ts @@ -65,7 +65,7 @@ export default class Entity { } public getDurability(): number { - return this.getTag(GameTag.DURABILITY); + return this.getTag(GameTag.DURABILITY) || this.getTag(GameTag.HEALTH); } public isPremium(): boolean {