Ban Frozen from appearing via Rivulet

This commit is contained in:
Emik 2026-06-23 21:22:12 +02:00
parent 1db153664f
commit 65fd36476a
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 3 additions and 2 deletions

View file

@ -18,5 +18,5 @@
"conflicts": [
"Jen"
],
"version": "1.9.3"
"version": "1.9.4"
}

View file

@ -559,7 +559,8 @@ 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(poll_edition("rivulet_edition", nil, true, true))
local edition = poll_edition("rivulet_edition", nil, true, true)
self:set_edition(edition == "e_Roland_frozen" and "e_jane_polygloss" or edition)
end
orig_draw(self, layer)