mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
Comment clarification
This commit is contained in:
parent
491eba3910
commit
6b977f230f
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class BalduvianWarlordUnblockEffect extends OneShotEffect {
|
||||||
|
|
||||||
// Choose new creature to block
|
// Choose new creature to block
|
||||||
if (permanent.isCreature()) {
|
if (permanent.isCreature()) {
|
||||||
// according to the following mail response from MTG Rules Management:
|
// according to the following mail response from MTG Rules Management about False Orders:
|
||||||
// "if Player A attacks Players B and C, Player B's creatures cannot block creatures attacking Player C"
|
// "if Player A attacks Players B and C, Player B's creatures cannot block creatures attacking Player C"
|
||||||
// therefore we need to single out creatures attacking the target blocker's controller (disappointing, I know)
|
// therefore we need to single out creatures attacking the target blocker's controller (disappointing, I know)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue