forked from External/mage
Cleanup unecessary argument for PlotAbility.
Will make merging the plot branch a little easier.
This commit is contained in:
parent
73e3211c64
commit
147b502a95
13 changed files with 13 additions and 13 deletions
|
|
@ -13,7 +13,7 @@ import mage.constants.Zone;
|
|||
*/
|
||||
public class PlotAbility extends SpecialAction {
|
||||
|
||||
public PlotAbility(Card card, String plotCost) {
|
||||
public PlotAbility(String plotCost) {
|
||||
super(Zone.HAND);
|
||||
this.addCost(new ManaCostsImpl<>(plotCost));
|
||||
this.setTiming(TimingRule.SORCERY);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue