diff --git a/manifest.json b/manifest.json index 458f781..f49cbf8 100644 --- a/manifest.json +++ b/manifest.json @@ -18,5 +18,5 @@ "conflicts": [ "Jen" ], - "version": "1.9.3" + "version": "1.9.4" } \ No newline at end of file diff --git a/src/slugcat.lua b/src/slugcat.lua index b2a37c4..931bcdb 100644 --- a/src/slugcat.lua +++ b/src/slugcat.lua @@ -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)