mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
text cleanup: additional combat phase
This commit is contained in:
parent
e49cf936b7
commit
9fbdede64b
4 changed files with 4 additions and 9 deletions
|
|
@ -11,12 +11,7 @@ public class AdditionalCombatPhaseEffect extends OneShotEffect {
|
|||
|
||||
public AdditionalCombatPhaseEffect() {
|
||||
super(Outcome.Benefit);
|
||||
staticText = "After this phase, there is an additional combat phase";
|
||||
}
|
||||
|
||||
public AdditionalCombatPhaseEffect(String staticText) {
|
||||
this();
|
||||
this.staticText = staticText;
|
||||
staticText = "after this phase, there is an additional combat phase";
|
||||
}
|
||||
|
||||
protected AdditionalCombatPhaseEffect(final AdditionalCombatPhaseEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue