Respect edition weights

This commit is contained in:
Emik 2025-03-24 12:14:33 +01:00
parent 65d2d91ddf
commit 08e4de57fd
Signed by untrusted user who does not match committer: emik
GPG key ID: 09CDFF9E5703688D

View file

@ -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)