From fd9ad55325d225e6eec83ef7c54736e2d1fc3d8c Mon Sep 17 00:00:00 2001 From: Emik Date: Mon, 27 Jul 2026 19:42:30 +0200 Subject: [PATCH] Add qty support in Basket --- manifest.json | 2 +- src/joker.lua | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index e0046e2..2e91884 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/src/joker.lua b/src/joker.lua index 0cf5325..06e6812 100644 --- a/src/joker.lua +++ b/src/joker.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