mirror of
https://github.com/correl/mage.git
synced 2024-11-29 03:00:12 +00:00
Fixed Character
This commit is contained in:
parent
52c23bfa84
commit
4fe3f5480c
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ class KinzuOfTheBleakCovenEffect extends OneShotEffect {
|
|||
|
||||
KinzuOfTheBleakCovenEffect() {
|
||||
super(Outcome.Benefit);
|
||||
staticText = "create a token that’s a copy of that creature" +
|
||||
", except it’s 1/1 and has toxic 1.";
|
||||
staticText = "create a token that's a copy of that creature" +
|
||||
", except it's 1/1 and has toxic 1.";
|
||||
}
|
||||
|
||||
private KinzuOfTheBleakCovenEffect(final mage.cards.k.KinzuOfTheBleakCovenEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue