Ban Frozen from appearing via Rivulet
This commit is contained in:
parent
1db153664f
commit
4481436331
2 changed files with 3 additions and 2 deletions
|
|
@ -18,5 +18,5 @@
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
"Jen"
|
"Jen"
|
||||||
],
|
],
|
||||||
"version": "1.9.3"
|
"version": "1.9.4"
|
||||||
}
|
}
|
||||||
|
|
@ -559,7 +559,8 @@ 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, 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
|
end
|
||||||
|
|
||||||
orig_draw(self, layer)
|
orig_draw(self, layer)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue