diff --git a/Mage/src/mage/abilities/keyword/ReboundAbility.java b/Mage/src/mage/abilities/keyword/ReboundAbility.java index aab6dfd4bd..8a3e850228 100644 --- a/Mage/src/mage/abilities/keyword/ReboundAbility.java +++ b/Mage/src/mage/abilities/keyword/ReboundAbility.java @@ -79,7 +79,7 @@ public class ReboundAbility extends TriggeredAbilityImpl { this.installReboundEffect = false; } - public ReboundAbility ( ReboundAbility ability ) { + public ReboundAbility ( final ReboundAbility ability ) { super(ability); this.installReboundEffect = ability.installReboundEffect; }