diff --git a/soh/soh/Enhancements/ChaosInteractorEffect.h b/soh/soh/Enhancements/ChaosInteractorEffect.h index ce1da50ad11..8bb193b6972 100644 --- a/soh/soh/Enhancements/ChaosInteractorEffect.h +++ b/soh/soh/Enhancements/ChaosInteractorEffect.h @@ -9,7 +9,7 @@ #ifdef __cplusplus namespace GameInteractionEffect { - class ModifyLinkScale: public GameInteractionEffectBase { + class ModifyLinkScale: public RemovableGameInteractionEffect { GameInteractionEffectQueryResult CanBeApplied() override; void _Apply() override; void _Remove() override;