Forgot Gwafa Hazid's controller draw clause.

This commit is contained in:
jendave
2011-08-06 05:39:50 +00:00
parent f749d3934b
commit 37770737d2

View File

@@ -20796,7 +20796,7 @@ public class CardFactory_Creatures {
Card tgtC = getTargetCard();
if(AllZone.GameAction.isCardInPlay(tgtC) && CardFactoryUtil.canTarget(card, tgtC)) {
tgtC.addCounter(Counters.BRIBERY, 1);
AllZone.GameAction.drawCard(tgtC.getController());
}//is card in play?
}//resolve()