Add qty support in Basket

This commit is contained in:
Emik 2026-07-27 19:42:30 +02:00
parent 44367939a6
commit 37fd11a7e7
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 3 additions and 1 deletions

View file

@ -3,7 +3,7 @@
"id": "Roland", "id": "Roland",
"name": "Roland", "name": "Roland",
"prefix": "Roland", "prefix": "Roland",
"version": "2.9.80", "version": "2.9.81",
"badge_colour": "8BE9FD", "badge_colour": "8BE9FD",
"display_name": "Roland", "display_name": "Roland",
"main_file": "src/main.lua", "main_file": "src/main.lua",

View file

@ -274,7 +274,9 @@ joker {
delay = 1, delay = 1,
func = function() func = function()
play_sound "timpani" play_sound "timpani"
SMODS.add_card {edition = "e_negative", key = v.config.center.key, silent = true} SMODS.add_card {edition = "e_negative", key = v.config.center.key, silent = true}
.ability.qty = v.ability.qty
end, end,
} }
end) or nil end) or nil