diff --git a/manifest.json b/manifest.json index c8e5262..65fefec 100644 --- a/manifest.json +++ b/manifest.json @@ -17,5 +17,5 @@ "conflicts": [ "Jen" ], - "version": "1.6.3" + "version": "1.6.4" } \ No newline at end of file diff --git a/src/slugcat.lua b/src/slugcat.lua index ac27334..6930dea 100644 --- a/src/slugcat.lua +++ b/src/slugcat.lua @@ -456,7 +456,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(poll_edition("rivulet_edition", nil, nil, true)) + self:set_edition(poll_edition("rivulet_edition", nil, true, true)) end orig_draw(self, layer)