Cleanup unecessary argument for PlotAbility.

Will make merging the plot branch a little easier.
This commit is contained in:
Susucre 2024-03-28 18:48:46 +01:00
parent 73e3211c64
commit 147b502a95
13 changed files with 13 additions and 13 deletions

View file

@ -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);