Remove Negative from Rivulet's edition polling

This commit is contained in:
Emik 2026-05-22 22:05:42 +02:00
parent 1f9b29fda9
commit 1ac29181e0
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 2 additions and 2 deletions

View file

@ -17,5 +17,5 @@
"conflicts": [ "conflicts": [
"Jen" "Jen"
], ],
"version": "1.6.3" "version": "1.6.4"
} }

View file

@ -456,7 +456,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(poll_edition("rivulet_edition", nil, nil, true)) self:set_edition(poll_edition("rivulet_edition", nil, true, true))
end end
orig_draw(self, layer) orig_draw(self, layer)