mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
Fixed Dark Impostor not properly gaining abilities (fixes #4938)
This commit is contained in:
parent
01fb64367e
commit
1720b17ebe
3 changed files with 47 additions and 11 deletions
|
|
@ -67,4 +67,8 @@ public interface ActivatedAbility extends Ability {
|
|||
void setCheckPlayableMode();
|
||||
|
||||
boolean isCheckPlayableMode();
|
||||
|
||||
void setMaxActivationsPerTurn(int maxActivationsPerTurn);
|
||||
|
||||
int getMaxActivationsPerTurn(Game game);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue