mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Text fix
This commit is contained in:
parent
02eddb3190
commit
53f4d4de12
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class SenTripletsRuleModifyingEffect extends ContinuousRuleModifyingEffectImpl {
|
|||
|
||||
public SenTripletsRuleModifyingEffect() {
|
||||
super(Duration.EndOfTurn, Outcome.Benefit);
|
||||
staticText = "At the beginning of your upkeep, choose target opponent. This turn, that player can't cast spells or activate abilities";
|
||||
staticText = "choose target opponent. This turn, that player can't cast spells or activate abilities";
|
||||
}
|
||||
|
||||
public SenTripletsRuleModifyingEffect(final SenTripletsRuleModifyingEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue