Comment clarification

This commit is contained in:
Zzooouhh 2017-11-19 21:43:19 +01:00 committed by GitHub
parent 491eba3910
commit 6b977f230f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)