mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
Cyclopean Tomb - Update.
This commit is contained in:
parent
cebfadbf34
commit
ecc18072cf
177 changed files with 581 additions and 646 deletions
|
|
@ -460,7 +460,7 @@ public class TestPlayer implements Player {
|
|||
for (Permanent permanent : game.getBattlefield().getAllActivePermanents()) {
|
||||
if (permanent.getName().equals(groups[0])) {
|
||||
Counter counter = new Counter(groups[1], Integer.parseInt(groups[2]));
|
||||
permanent.addCounters(counter, game);
|
||||
permanent.addCounters(counter, null, game);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue