Adds missing breakable flag for Bulletproof (#7928)

This commit is contained in:
Alex 2025-10-12 08:54:14 +02:00 committed by GitHub
parent 5b84cd14bc
commit dd412c766a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1286,6 +1286,7 @@ const struct Ability gAbilitiesInfo[ABILITIES_COUNT] =
{
.name = _("Bulletproof"),
.description = COMPOUND_STRING("Avoids some projectiles."),
.breakable = TRUE,
.aiRating = 7,
},