Remove Negative from Rivulet's edition polling
This commit is contained in:
parent
1f9b29fda9
commit
1ac29181e0
2 changed files with 2 additions and 2 deletions
|
|
@ -17,5 +17,5 @@
|
|||
"conflicts": [
|
||||
"Jen"
|
||||
],
|
||||
"version": "1.6.3"
|
||||
"version": "1.6.4"
|
||||
}
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue