mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 13:19:18 -08: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…
Add table
Add a link
Reference in a new issue