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 a5c7cf9 commit 07a4a41Copy full SHA for 07a4a41
src/lua/api.lua
@@ -715,7 +715,7 @@ API.functions["shop"] = function(args)
715
---@type PendingRequest
716
API.pending_requests["shop"] = {
717
condition = function()
718
- return utils.COMPLETION_CONDITIONS.cash_out()
+ return utils.COMPLETION_CONDITIONS.shop_idle()
719
and G.GAME.round_scores
720
and G.GAME.round_scores.times_rerolled
721
and G.GAME.round_scores.times_rerolled.amt == times_rerolled_before + 1
0 commit comments