fix Shuriken text

This commit is contained in:
xenohedron 2024-06-18 21:59:54 -04:00
parent a94dfc3b26
commit 46d39a5120

View file

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