mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Implemented Morgue Troll
This commit is contained in:
parent
8792e0b5cf
commit
5cdc14da4c
3 changed files with 81 additions and 1 deletions
|
|
@ -27,7 +27,10 @@ public class DoIfCostPaid extends OneShotEffect {
|
|||
}
|
||||
|
||||
public DoIfCostPaid(Effect effect, Effect effect2, Cost cost) {
|
||||
this(effect, cost, null, true);
|
||||
this(effect,effect2,cost,true);
|
||||
}
|
||||
public DoIfCostPaid(Effect effect, Effect effect2, Cost cost,boolean optional) {
|
||||
this(effect, cost, null, optional);
|
||||
this.otherwiseEffects.add(effect2);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue