Add qty support in Basket
This commit is contained in:
parent
44367939a6
commit
37fd11a7e7
2 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"id": "Roland",
|
||||
"name": "Roland",
|
||||
"prefix": "Roland",
|
||||
"version": "2.9.80",
|
||||
"version": "2.9.81",
|
||||
"badge_colour": "8BE9FD",
|
||||
"display_name": "Roland",
|
||||
"main_file": "src/main.lua",
|
||||
|
|
|
|||
|
|
@ -274,7 +274,9 @@ joker {
|
|||
delay = 1,
|
||||
func = function()
|
||||
play_sound "timpani"
|
||||
|
||||
SMODS.add_card {edition = "e_negative", key = v.config.center.key, silent = true}
|
||||
.ability.qty = v.ability.qty
|
||||
end,
|
||||
}
|
||||
end) or nil
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue