Skip to content

Commit

Permalink
updated Disguise to be a breakable ability (#4666)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinGDLV authored May 30, 2024
1 parent 1a59adc commit 317cf2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data/abilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 317cf2e

Please sign in to comment.