forked from External/mage
[WOC] Implement Court of Embereth (#10971)
* Clean text generation of ConditionalOneShotEffect to prevent "if if" * [WOC] Implement Court of Embereth
This commit is contained in:
parent
26012ee135
commit
249e7bf31b
6 changed files with 106 additions and 3 deletions
|
|
@ -18,4 +18,10 @@ public abstract class OneShotEffect extends EffectImpl {
|
|||
protected OneShotEffect(final OneShotEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
@Override
|
||||
public OneShotEffect setText(String staticText) {
|
||||
super.setText(staticText);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue