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