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 13a08c9 commit c77c52bCopy full SHA for c77c52b
src/lua/api.lua
@@ -686,7 +686,7 @@ API.functions["shop"] = function(args)
686
API.pending_requests["shop"] = {
687
condition = function()
688
-- Purchase action is non-atomic, so we need to check dollars
689
- return utils.COMPLETION_CONDITIONS.cash_out()
+ return utils.COMPLETION_CONDITIONS.shop()
690
and #G.shop_jokers.cards == shop_size_before - 1
691
and G.GAME.dollars == expected_dollars
692
end,
0 commit comments