* Fixed a bug of check if two objects sharing a colors were also to colorless objects did return a positive result (e.g. caused Dream Halls to cast Artifacts by discarding lands).

This commit is contained in:
LevelX2 2015-07-01 13:40:52 +02:00
parent bf21de745a
commit 9059f7a1e4

View file

@ -36,7 +36,7 @@ import org.mage.test.serverside.base.CardTestPlayerBase;
*
* @author LevelX2
*/
public class UseAlternateSourceCostsTets extends CardTestPlayerBase {
public class UseAlternateSourceCostsTest extends CardTestPlayerBase {
@Test
public void DreamHallsCastColoredSpell() {