updated Disguise to be a breakable ability (#4666)

This commit is contained in:
AgustinGDLV 2024-05-30 13:15:26 -07:00 committed by GitHub
parent 1a59adcea8
commit 317cf2e933
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1602,6 +1602,7 @@ const struct Ability gAbilitiesInfo[ABILITIES_COUNT] =
.name = _("Disguise"),
.description = COMPOUND_STRING("Decoy protects it once."),
.aiRating = 8,
.breakable = TRUE,
.cantBeCopied = TRUE,
.cantBeSwapped = TRUE,
.cantBeTraced = TRUE,