Make Fur Coat breakable (#4459)
This commit is contained in:
parent
0fafb5cd96
commit
c7797dff81
1 changed files with 1 additions and 0 deletions
|
@ -1276,6 +1276,7 @@ const struct Ability gAbilitiesInfo[ABILITIES_COUNT] =
|
|||
.name = _("Fur Coat"),
|
||||
.description = COMPOUND_STRING("Raises Defense."),
|
||||
.aiRating = 7,
|
||||
.breakable = TRUE,
|
||||
},
|
||||
|
||||
[ABILITY_MAGICIAN] =
|
||||
|
|
Loading…
Reference in a new issue