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