mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
Ability refactor: source improves, deprecated code removed;
This commit is contained in:
parent
8af43dc13a
commit
eea808d2d6
27 changed files with 37 additions and 39 deletions
|
|
@ -40,7 +40,7 @@ public class SerializationTest extends CardTestPlayerBase {
|
|||
currentGame.addPermanent(permanent);
|
||||
|
||||
// mark damage from infected ability
|
||||
permanent.addAbility(InfectAbility.getInstance(), currentGame);
|
||||
permanent.addAbility(InfectAbility.getInstance(), null, currentGame);
|
||||
permanent.markDamage(1, permanent.getId(), currentGame, false, false);
|
||||
|
||||
// test compress (it uses default java serialization)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue