Skip to content

Commit

Permalink
Merge pull request #6079 from francescopellegrini/fix/embolus-msg
Browse files Browse the repository at this point in the history
remove redundant text from Embolus message
  • Loading branch information
jwarwick committed Oct 6, 2021
2 parents c2a3114 + e7cc62a commit 6b58d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj/game/cards/upgrades.clj
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
{:prompt "Pay 1 [Credit] to place a power counter on Embolus?"
:yes-ability {:effect (effect (add-counter card :power 1))
:cost [:credit 1]
:msg "pay 1 [Credit] to place a power counter on Embolus"}}}
:msg "place a power counter on Embolus"}}}
card nil))}
etr {:req (req this-server)
:cost [:power 1]
Expand Down

0 comments on commit 6b58d11

Please sign in to comment.