mirror of
https://github.com/correl/mage.git
synced 2024-11-29 03:00:12 +00:00
* 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:
parent
bf21de745a
commit
9059f7a1e4
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
Loading…
Reference in a new issue