forked from External/mage
[FIN] more text fixes
This commit is contained in:
parent
a27302654c
commit
a9cd45c84e
10 changed files with 16 additions and 10 deletions
|
|
@ -31,7 +31,7 @@ import java.util.function.Consumer;
|
|||
public class SagaAbility extends SimpleStaticAbility {
|
||||
|
||||
private final SagaChapter maxChapter;
|
||||
private final boolean showSacText;
|
||||
private boolean showSacText;
|
||||
private final boolean readAhead;
|
||||
|
||||
public SagaAbility(Card card) {
|
||||
|
|
@ -134,6 +134,11 @@ public class SagaAbility extends SimpleStaticAbility {
|
|||
return maxChapter;
|
||||
}
|
||||
|
||||
public SagaAbility withShowSacText(boolean showSacText) {
|
||||
this.showSacText = showSacText;
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getRule() {
|
||||
return (readAhead
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue