mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 19:59:54 -08:00
Fixed missing copy statements of cardAttribute in game state.
This commit is contained in:
parent
35654a5ca8
commit
324188a86e
3 changed files with 12 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ public class Bioshift extends CardImpl {
|
|||
super(ownerId, 214, "Bioshift", Rarity.COMMON, new CardType[]{CardType.INSTANT}, "{G/U}");
|
||||
this.expansionSetCode = "GTC";
|
||||
|
||||
|
||||
// Move any number of +1/+1 counters from target creature onto another target creature with the same controller.
|
||||
getSpellAbility().addEffect(new MoveCounterFromTargetToTargetEffect());
|
||||
getSpellAbility().addTarget(new TargetCreaturePermanentSameController(2,2,new FilterCreaturePermanent(),false));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue