[BRO] Implemented Urza, Lord Protector / Urza, Planeswalker

This commit is contained in:
Evan Kranzler 2022-09-30 22:02:38 -04:00
parent 5fa9a850b1
commit 9706274141
7 changed files with 241 additions and 3 deletions

View file

@ -214,6 +214,8 @@ public interface Permanent extends Card, Controllable {
void removeAbilities(List<Ability> abilitiesToRemove, UUID sourceId, Game game);
void incrementLoyaltyActivationsAvailable();
void addLoyaltyUsed();
boolean canLoyaltyBeUsed(Game game);