From 0376d094cc8f28801fc1dd77950ee00f4d56bed4 Mon Sep 17 00:00:00 2001 From: Anthony Calosa Date: Mon, 6 Jun 2016 11:19:30 +0800 Subject: [PATCH] Apex Hawks is 2/2 Flyer So it enters with two +1/+1 making it a 4/4 Flyer... --- projects/mtg/bin/Res/test/Apex_Hawks_MULTIKICKER.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/projects/mtg/bin/Res/test/Apex_Hawks_MULTIKICKER.txt b/projects/mtg/bin/Res/test/Apex_Hawks_MULTIKICKER.txt index 924580c8f..b7e557932 100644 --- a/projects/mtg/bin/Res/test/Apex_Hawks_MULTIKICKER.txt +++ b/projects/mtg/bin/Res/test/Apex_Hawks_MULTIKICKER.txt @@ -9,7 +9,10 @@ manapool:{W}{W}{W}{W}{W}{W}{W} [PLAYER2] life:20 [DO] +#apex hawks is {2}{W} so the mana remaining will be {W}{W}{W}{W} Apex Hawks +#apex hawks has {1}{W} multikicker so we can afford {2}{W}{W} since our mana is {W}{W}{W}{W} +#it will come with two +1/+1 counters making it 1 4/4 Flyer choice 1 next next @@ -22,5 +25,6 @@ COMBATDAMAGE inplay:Apex Hawks,Fervor manapool:{0} [PLAYER2] -life:17 -[END] \ No newline at end of file +#life must be 16 not 17.....(20 - 4) +life:16 +[END]