Merge pull request #4273 from spjspj/master

Slight fix
This commit is contained in:
spjspj 2017-12-23 15:44:01 +10:00 committed by GitHub
commit 118e05516a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ public class SquirrellinkAbility extends StaticAbility implements MageSingleton
@Override
public String getRule() {
return "Squirrellink <i>(Damage dealt by this creature also causes you to create that many 1/1/ green Squirrel creature tokens.)</i>";
return "Squirrellink <i>(Damage dealt by this creature also causes you to create that many 1/1 green Squirrel creature tokens.)</i>";
}
@Override