[JOU] Added 11 cards.

This commit is contained in:
LevelX2 2014-04-08 16:29:58 +02:00
parent 1e4150ab7a
commit 0883ceeff5
15 changed files with 1019 additions and 16 deletions

View file

@ -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);