Skip to content

Commit

Permalink
Use same-card instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
cwgreene committed Sep 18, 2018
1 parent d442591 commit 2a15945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/game/cards/ice.clj
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@

"Kakugo"
{:events {:pass-ice {:async true
:req (req (= (:cid target) (:cid card)))
:req (req (same-card? target card))
:msg "do 1 net damage"
:effect (effect (damage eid :net 1 {:card card}))}}
:subroutines [end-the-run]}
Expand Down

0 comments on commit 2a15945

Please sign in to comment.