Skip to content

Commit d9865c5

Browse files
committed
message for realloc()
1 parent 4f6d565 commit d9865c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/clj/game/cards/operations.clj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2408,7 +2408,9 @@
24082408
{:on-play {:change-in-game-state {:req (req (seq (filter (every-pred rezzed? ice?)
24092409
(all-installed state :corp))))}
24102410
:waiting-prompt true
2411-
:prompt "Choose any number of ice to derez"
2411+
:prompt (msg "choose " (quantify (min (count (filter (every-pred rezzed? ice?)
2412+
(all-installed state :corp)))
2413+
2) "piece") " of ice to derez")
24122414
:choices {:req (req (and (rezzed? target)
24132415
(ice? target)
24142416
(installed? target)))

0 commit comments

Comments
 (0)