Fix Jumbo card size not being applied on reload
This commit is contained in:
parent
5f28cc3d36
commit
4640b21403
2 changed files with 4 additions and 1 deletions
|
|
@ -18,5 +18,5 @@
|
|||
"conflicts": [
|
||||
"Jen"
|
||||
],
|
||||
"version": "1.10.1"
|
||||
"version": "1.10.2"
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue