added comment about immediate mode

master
melvin 2013-07-14 09:42:29 +08:00
parent 82cd76d4cd
commit 24bff910ac
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ public class MagicDealDamageAction extends MagicAction {
controlled by an opponent, that opponent may have that source deal that
damage to a planeswalker the first player controls instead.
*/
// in immediate mode, always deal damage to player
if (game.isImmediate() == false &&
target == null &&
damage.getTarget().isPlayer() &&