diff --git a/src/slugcat.lua b/src/slugcat.lua index f2a573d..89f998a 100644 --- a/src/slugcat.lua +++ b/src/slugcat.lua @@ -376,7 +376,7 @@ function Card:draw(layer) self.edition and (self.area == G.consumeables or cen.set ~= "Booster") and next(SMODS.find_card("j_jane_rivulet")) then - self:set_edition({[G.P_CENTER_POOLS.Edition[pseudorandom("rivulet_edition", 1, #G.P_CENTER_POOLS.Edition)].key:sub(3)] = true}, true) + poll_edition("rivulet_edition", nil, nil, true) end orig_draw(self, layer)