mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
[IKO] Crystalline Giant - fixed text;
This commit is contained in:
parent
cba3f0ee12
commit
f39054c567
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class CrystallineGiantEffect extends OneShotEffect {
|
||||||
CrystallineGiantEffect() {
|
CrystallineGiantEffect() {
|
||||||
super(Outcome.Benefit);
|
super(Outcome.Benefit);
|
||||||
staticText = "choose a kind of counter at random that {this} doesn't have on it from among " +
|
staticText = "choose a kind of counter at random that {this} doesn't have on it from among " +
|
||||||
"flying, first strike, deathtouch, hexproof, lifelink, menace, reach, trample, vigilance, or +1/+1. " +
|
"flying, first strike, deathtouch, hexproof, lifelink, menace, reach, trample, vigilance or +1/+1. " +
|
||||||
"Put a counter of that kind on {this}";
|
"Put a counter of that kind on {this}";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue