mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Forgot Gwafa Hazid's controller draw clause.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user