Adds missing breakable flag for Bulletproof (#7928)
This commit is contained in:
parent
5b84cd14bc
commit
dd412c766a
@ -1286,6 +1286,7 @@ const struct Ability gAbilitiesInfo[ABILITIES_COUNT] =
|
||||
{
|
||||
.name = _("Bulletproof"),
|
||||
.description = COMPOUND_STRING("Avoids some projectiles."),
|
||||
.breakable = TRUE,
|
||||
.aiRating = 7,
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user