mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +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;
|
||||
}
|
||||
|
||||
/* -- As of Ixalan, planeswalker uniqueness is only established via the Legendary rule
|
||||
if (handlePlaneswalkerRule(p)) {
|
||||
checkAgain = true;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
// 704.5m World rule
|
||||
checkAgain |= handleWorldRule();
|
||||
|
||||
Reference in New Issue
Block a user