We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d70f35 commit 40669c7Copy full SHA for 40669c7
content/JokerDisplay/joker_display_definitions.lua
@@ -586,11 +586,11 @@ jd_def["j_kh_helpwanted"] = {
586
task_desc = "Mail Delivery"
587
progress = "(" .. prog .. "/13)"
588
elseif task == "skipping" then
589
- task_desc = "Skip 4 Blinds"
+ task_desc = "Junk Sweep"
590
progress = "(" .. prog .. "/4)"
591
elseif card.ability.current_task == "shopping" then
592
local spent = card.ability.money_spent or 0
593
- task_desc = "Junk Sweep"
+ task_desc = "Poster Duty"
594
progress = "($" .. spent .. "/30)"
595
end
596
0 commit comments