Added Myr Servitor, Salvaging Station, Porphyry Nodes, and Gaea's Blessing.

This commit is contained in:
LevelX2 2014-04-01 17:33:58 +02:00
parent c9f72bfc0c
commit a558c052ef
13 changed files with 673 additions and 25 deletions

View file

@ -206,7 +206,12 @@ public interface Player extends MageItem, Copyable<Player> {
void init(Game game);
void init(Game game, boolean testMode);
void useDeck(Deck deck, Game game);
/**
* Called before each applyEffects, to rest all what can be applyed by continuous effects
*/
void reset();
void shuffleLibrary(Game game);
int drawCards(int num, Game game);
int drawCards(int num, Game game, ArrayList<UUID> appliedEffects);