mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
[ORI] Fix of SpellMasteryCondition.
This commit is contained in:
parent
a41d8d8d6e
commit
3a57485501
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ public class SpellMasteryCondition implements Condition {
|
|||
return fInstance;
|
||||
}
|
||||
|
||||
private SpellMasteryCondition() {}
|
||||
|
||||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
Player player = game.getPlayer(source.getControllerId());
|
||||
|
|
Loading…
Reference in a new issue