forked from External/mage
[FIC] Implement Tataru Taru
This commit is contained in:
parent
f17de03fe2
commit
c682a08299
3 changed files with 101 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ public class DrawCardOpponentTriggeredAbility extends TriggeredAbilityImpl {
|
|||
if (!game.getPlayer(this.getControllerId()).hasOpponent(event.getPlayerId(), game)) {
|
||||
return false;
|
||||
}
|
||||
this.getEffects().setValue("playerDrew", event.getPlayerId());
|
||||
if (setTargetPointer) {
|
||||
this.getEffects().setTargetPointer(new FixedTarget(event.getPlayerId()));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue