forked from External/mage
fext tixes
This commit is contained in:
parent
77f15413e6
commit
f16b5881e8
61 changed files with 223 additions and 224 deletions
|
|
@ -277,14 +277,14 @@ public class CreateTokenCopyTargetEffect extends OneShotEffect {
|
|||
if (tapped && !attacking) {
|
||||
sb.append("tapped ");
|
||||
}
|
||||
sb.append("token");
|
||||
sb.append("token that's a copy of target creature");
|
||||
} else {
|
||||
sb.append(number);
|
||||
sb.append(" ");
|
||||
if (tapped && !attacking) {
|
||||
sb.append("tapped ");
|
||||
}
|
||||
sb.append("tokens");
|
||||
sb.append("tokens that are copies of target creature");
|
||||
}
|
||||
if (attacking) {
|
||||
sb.append(" that are");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue