Respect edition weights
This commit is contained in:
parent
65d2d91ddf
commit
08e4de57fd
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ function Card:draw(layer)
|
||||||
self.edition and
|
self.edition and
|
||||||
(self.area == G.consumeables or cen.set ~= "Booster") and
|
(self.area == G.consumeables or cen.set ~= "Booster") and
|
||||||
next(SMODS.find_card("j_jane_rivulet")) then
|
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
|
end
|
||||||
|
|
||||||
orig_draw(self, layer)
|
orig_draw(self, layer)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue