mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 06:52:02 -08:00
Made TriggeredAbility.checkEventType() abstract. Added missing implementations.
This commit is contained in:
parent
7a4d4265a4
commit
cfd92dc8d5
464 changed files with 5501 additions and 3845 deletions
|
|
@ -79,10 +79,10 @@ public abstract class TriggeredAbilityImpl extends AbilityImpl implements Trigge
|
|||
}
|
||||
|
||||
// TODO: Implement for all TriggeredAbilities so this default method can be removed
|
||||
@Override
|
||||
/*@Override
|
||||
public boolean checkEventType(GameEvent event, Game game) {
|
||||
return true;
|
||||
}
|
||||
}*/
|
||||
|
||||
@Override
|
||||
public boolean resolve(Game game) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue