forked from External/mage
Clash adjustments (#10616)
* adjust clash effect * Make clash not a singleton * Add unit test for Clash effect * fix test (skip init shuffling) * Fix CLASHED event flag logic and add to unit test * Additional test and comments * comments in GameEvent * param name typo
This commit is contained in:
parent
0d4c73b385
commit
ee29c38413
15 changed files with 187 additions and 67 deletions
|
|
@ -567,11 +567,11 @@ public interface Player extends MageItem, Copyable<Player> {
|
|||
|
||||
void revealCards(Ability source, Cards cards, Game game);
|
||||
|
||||
void revealCards(String titelSuffix, Cards cards, Game game);
|
||||
void revealCards(String titleSuffix, Cards cards, Game game);
|
||||
|
||||
void revealCards(Ability source, String titelSuffix, Cards cards, Game game);
|
||||
void revealCards(Ability source, String titleSuffix, Cards cards, Game game);
|
||||
|
||||
void revealCards(String titelSuffix, Cards cards, Game game, boolean postToLog);
|
||||
void revealCards(String titleSuffix, Cards cards, Game game, boolean postToLog);
|
||||
|
||||
/**
|
||||
* Adds the cards to the reveal window and adds the source object's id name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue