Fix Jumbo card size not being applied on reload

This commit is contained in:
Emik 2026-06-23 21:56:02 +02:00
parent 5f28cc3d36
commit 4640b21403
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 4 additions and 1 deletions

View file

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

View file

@ -125,6 +125,9 @@ local jumbo = SMODS.Edition({
Jane.resize(card, Jane.config.wee_sizemod)
end,
on_load = function(card)
Jane.resize(card, Jane.config.wee_sizemod)
end,
on_remove = function(card)
if not card.Jane_jumbo then
return