From 317cf2e9336feaa133e794b230803468be6208b5 Mon Sep 17 00:00:00 2001 From: AgustinGDLV <103095241+AgustinGDLV@users.noreply.github.com> Date: Thu, 30 May 2024 13:15:26 -0700 Subject: [PATCH] updated Disguise to be a breakable ability (#4666) --- src/data/abilities.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/abilities.h b/src/data/abilities.h index a65d4e8c2499..8b81057b4ff4 100644 --- a/src/data/abilities.h +++ b/src/data/abilities.h @@ -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,