[FIC] Implement Tataru Taru

This commit is contained in:
theelk801 2025-05-13 17:05:27 -04:00
parent f17de03fe2
commit c682a08299
3 changed files with 101 additions and 0 deletions

View file

@ -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()));
}