mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 14:02:05 -08:00
[JOU] Added 11 cards.
This commit is contained in:
parent
1e4150ab7a
commit
0883ceeff5
15 changed files with 1019 additions and 16 deletions
|
|
@ -57,7 +57,7 @@ import mage.watchers.WatcherImpl;
|
|||
*/
|
||||
public class MiracleWatcher extends WatcherImpl<MiracleWatcher> {
|
||||
|
||||
private Map<UUID, Integer> amountOfCardsDrawnThisTurn = new HashMap<UUID, Integer>();
|
||||
private final Map<UUID, Integer> amountOfCardsDrawnThisTurn = new HashMap<>();
|
||||
|
||||
public MiracleWatcher() {
|
||||
super("MiracleWatcher", WatcherScope.GAME);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue