Fix stat Indestructible

This commit is contained in:
2023-10-25 23:51:27 +02:00
parent c945416bd0
commit 5beb79607a
3 changed files with 18 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ properties_patches = {
"dmg-min": {"stat1": "VARIABLE"},
"dmg-max": {"stat1": "VARIABLE"},
"dmg%": {"stat1": "item_maxdamage_percent", "stat2": "item_mindamage_percent"},
"indestruct": {"stat1": "item_indesctructible"},
}
properties = {}