* Fixed wrong timer handling while other player controlled a player's turn. Attackers now marked with blue frame. Playable cards have a violet frame. If a player has to select cards from hand, the possible cards are marked yellow now. Discard of multiple cards now marks already selected cards and happens in one selection.

This commit is contained in:
LevelX2 2014-11-26 01:48:00 +01:00
parent 194efe6237
commit 67479bb5a4
20 changed files with 205 additions and 163 deletions

View file

@ -34,7 +34,7 @@ import java.util.UUID;
*
* @author BetaSteward_at_googlemail.com
*/
public class MindRot extends mage.sets.magic2010.MindRot {
public class MindRot extends mage.sets.tenth.MindRot {
public MindRot(UUID ownerId) {
super(ownerId);