Skip to content

Commit 07a4a41

Browse files
committed
chore: cash_out() -> shop_idle()
1 parent a5c7cf9 commit 07a4a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lua/api.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ API.functions["shop"] = function(args)
715715
---@type PendingRequest
716716
API.pending_requests["shop"] = {
717717
condition = function()
718-
return utils.COMPLETION_CONDITIONS.cash_out()
718+
return utils.COMPLETION_CONDITIONS.shop_idle()
719719
and G.GAME.round_scores
720720
and G.GAME.round_scores.times_rerolled
721721
and G.GAME.round_scores.times_rerolled.amt == times_rerolled_before + 1

0 commit comments

Comments
 (0)