mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
fix Shuriken text
This commit is contained in:
parent
a94dfc3b26
commit
46d39a5120
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ class ShurikenEffect extends OneShotEffect {
|
|||
if (object instanceof Permanent) {
|
||||
name = ((Permanent) object).getName();
|
||||
}
|
||||
return name + "deals 2 damage to target creature. That creature's controller gains control of "
|
||||
return name + " deals 2 damage to target creature. That creature's controller gains control of "
|
||||
+ name + " unless it was unattached from a Ninja.";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue