forked from External/mage
fix text: Ninja's Kunai
This commit is contained in:
parent
a4ed516682
commit
47590dc5af
1 changed files with 1 additions and 1 deletions
|
|
@ -93,6 +93,6 @@ class NinjasKunaiEffect extends OneShotEffect {
|
|||
if (object instanceof Permanent) {
|
||||
name = ((Permanent) object).getName();
|
||||
}
|
||||
return name + "deals 3 damage to target any target.";
|
||||
return name + " deals 3 damage to any target.";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue