Skip to content

Commit

Permalink
Ajani's Pridemate should trigger an effect
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Mar 10, 2024
1 parent 2fac929 commit 9e5ce54
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/magic/cards/ajanis_pridemate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ def should_perform?
end

def call
actor.add_counter(counter_type: Counters::Plus1Plus1, amount: event.life)
actor.trigger_effect(
:add_counter,
target: actor,
counter_type: Counters::Plus1Plus1,
amount: event.life
)
end
end

Expand Down

0 comments on commit 9e5ce54

Please sign in to comment.