Merge fix, additional comments

This commit is contained in:
Oleg Agafonov 2021-07-09 07:36:40 +04:00
parent 572104b8fc
commit 30bb7cd42e
4 changed files with 16 additions and 4 deletions

View file

@ -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();
}