mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +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;
|
return fInstance;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private SpellMasteryCondition() {}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean apply(Game game, Ability source) {
|
public boolean apply(Game game, Ability source) {
|
||||||
Player player = game.getPlayer(source.getControllerId());
|
Player player = game.getPlayer(source.getControllerId());
|
||||||
|
|
Loading…
Reference in a new issue