Make Fur Coat breakable (#4459)

This commit is contained in:
Bassoonian 2024-04-28 22:48:34 +02:00 committed by GitHub
parent 0fafb5cd96
commit c7797dff81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1276,6 +1276,7 @@ const struct Ability gAbilitiesInfo[ABILITIES_COUNT] =
.name = _("Fur Coat"),
.description = COMPOUND_STRING("Raises Defense."),
.aiRating = 7,
.breakable = TRUE,
},
[ABILITY_MAGICIAN] =