mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- [XLN] Planeswalker uniqueness no longer matters ( http://magic.wizards.com/en/articles/archive/feature/ixalan-mechanics ), planeswalkers are Legendary instead.
This commit is contained in:
@@ -973,9 +973,10 @@ public class GameAction {
|
|||||||
checkAgain = true;
|
checkAgain = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* -- As of Ixalan, planeswalker uniqueness is only established via the Legendary rule
|
||||||
if (handlePlaneswalkerRule(p)) {
|
if (handlePlaneswalkerRule(p)) {
|
||||||
checkAgain = true;
|
checkAgain = true;
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
// 704.5m World rule
|
// 704.5m World rule
|
||||||
checkAgain |= handleWorldRule();
|
checkAgain |= handleWorldRule();
|
||||||
|
|||||||
Reference in New Issue
Block a user