forked from External/mage
Merge fix, additional comments
This commit is contained in:
parent
572104b8fc
commit
30bb7cd42e
4 changed files with 16 additions and 4 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.game.command.emblems;
|
||||
|
||||
import mage.abilities.Ability;
|
||||
|
|
@ -15,7 +14,6 @@ import mage.game.command.Emblem;
|
|||
import mage.game.permanent.token.ZombieToken;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author spjspj
|
||||
*/
|
||||
public final class LilianaTheLastHopeEmblem extends Emblem {
|
||||
|
|
@ -44,7 +42,7 @@ class LilianaZombiesCount implements DynamicValue {
|
|||
}
|
||||
|
||||
@Override
|
||||
public DynamicValue copy() {
|
||||
public LilianaZombiesCount copy() {
|
||||
return new LilianaZombiesCount();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue