mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Fix typo
This commit is contained in:
parent
1d84f3a5b2
commit
7963188f76
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class DeadRingersEffect extends DestroyTargetEffect {
|
|||
|
||||
public DeadRingersEffect() {
|
||||
super(true);
|
||||
staticText = "estroy two target nonblack creatures unless either one is a color the other isn't. They can't be regenerated.";
|
||||
staticText = "Destroy two target nonblack creatures unless either one is a color the other isn't. They can't be regenerated.";
|
||||
}
|
||||
|
||||
public DeadRingersEffect(final DeadRingersEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue