mirror of
https://github.com/magefree/mage.git
synced 2026-01-22 19:29:59 -08:00
Started to remove setColor in basic card class.
This commit is contained in:
parent
e3c2cb91eb
commit
36095f867f
144 changed files with 330 additions and 330 deletions
|
|
@ -56,9 +56,9 @@ public class SlaveOfBolas extends CardImpl {
|
|||
super(ownerId, 136, "Slave of Bolas", Rarity.UNCOMMON, new CardType[]{CardType.SORCERY}, "{3}{U/R}{B}");
|
||||
this.expansionSetCode = "ARB";
|
||||
|
||||
this.color.setRed(true);
|
||||
this.color.setBlue(true);
|
||||
this.color.setBlack(true);
|
||||
|
||||
|
||||
|
||||
|
||||
// Gain control of target creature. Untap that creature. It gains haste until end of turn. Sacrifice it at the beginning of the next end step.
|
||||
this.getSpellAbility().addEffect(new GainControlTargetEffect(Duration.EndOfTurn));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue