From 6b977f230fc626e384f4ff8a92471a1219d884e8 Mon Sep 17 00:00:00 2001 From: Zzooouhh Date: Sun, 19 Nov 2017 21:43:19 +0100 Subject: [PATCH] Comment clarification --- Mage.Sets/src/mage/cards/b/BalduvianWarlord.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/b/BalduvianWarlord.java b/Mage.Sets/src/mage/cards/b/BalduvianWarlord.java index 12f654c3aa..2da4a8907d 100644 --- a/Mage.Sets/src/mage/cards/b/BalduvianWarlord.java +++ b/Mage.Sets/src/mage/cards/b/BalduvianWarlord.java @@ -129,7 +129,7 @@ class BalduvianWarlordUnblockEffect extends OneShotEffect { // Choose new creature to block 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" // therefore we need to single out creatures attacking the target blocker's controller (disappointing, I know)