[IKO] Crystalline Giant - fixed text;

This commit is contained in:
Oleg Agafonov 2020-04-19 21:38:04 +04:00
parent cba3f0ee12
commit f39054c567

View file

@ -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}";
} }