Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NBKelly committed Aug 8, 2023
1 parent c733000 commit 76d11bc
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 @@ -3682,7 +3682,7 @@
(if (< 0 (count (filter ice? (:hand corp))))
{:optional
{:prompt (msg "Gain 4 [Credit] and swap " (:title card) " with an Ice in HQ?")
:no-ability {:msg "decline to use it's ability"}
:no-ability {:msg "decline to use its ability"}
:yes-ability {:prompt "Choose a piece of ice to swap Tatu-Bola with"
:choices (req (filter ice? (:hand corp)))
:async true
Expand Down

0 comments on commit 76d11bc

Please sign in to comment.