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 5f2ec63 commit 86ace49Copy full SHA for 86ace49
items/epic.lua
@@ -391,7 +391,7 @@ local error_joker = {
391
eternal_compat = false,
392
atlas = "atlasepic",
393
loc_vars = function(self, info_queue, center)
394
- local ok, ret = pcall(predict_card_for_shop)
+ local ok, ret = pcall(predict_card_for_shop)
395
if safe_get(G.GAME, "pseudorandom") and G.STAGE == G.STAGES.RUN and ok then
396
cry_error_msgs[#cry_error_msgs].string = "%%" .. ret
397
else
0 commit comments