Improve Jumbo hand sorting

This commit is contained in:
Emik 2026-06-23 22:03:28 +02:00
parent 4640b21403
commit 0f0ec63819
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
3 changed files with 4 additions and 3 deletions

View file

@ -18,5 +18,5 @@
"conflicts": [
"Jen"
],
"version": "1.10.2"
"version": "1.10.3"
}

View file

@ -137,6 +137,7 @@ function Jane.misprintize_tbl(name, ref_tbl, ref_value, clear, override, stack,
(k == "h_x_chips" and not Jane.cry) and not
(k == "id") and not
(k == "colour") and not
(k == "nominal") and not
(k == "suit_nominal") and not
(k == "base_nominal") and not
(k == "face_nominal") and not

View file

@ -555,8 +555,8 @@ function Card:draw(layer)
if cen and
self.facing == "front" and
self.config and
(self.added_to_deck or (self.area and self.area == G.hand)) and not
self.edition and
(self.added_to_deck or (self.area and self.area == G.hand)) and
not self.edition and
(self.area == G.consumeables or cen.set ~= "Booster") and
next(SMODS.find_card("j_jane_gourmand")) then
self:set_edition("e_jane_jumbo")