forked from External/mage
* Once Upon A Time - Fixed that it was not always possible to cast it for free if allowed (fixes #6954).
This commit is contained in:
parent
300bb550df
commit
82e560f2ff
1 changed files with 7 additions and 0 deletions
|
|
@ -92,4 +92,11 @@ class OnceUponATimeWatcher extends Watcher {
|
|||
public boolean getSpellsCastThisTurn(UUID playerId) {
|
||||
return !castSpells.contains(playerId);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void reset() {
|
||||
castSpells.clear();
|
||||
super.reset();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue