From 58b1ee9a6376531a05cfc830e59d5d8ab107bc0b Mon Sep 17 00:00:00 2001 From: Emik Date: Mon, 3 Aug 2026 23:29:48 +0200 Subject: [PATCH] Fix incompatibility --- manifest.json | 2 +- src/joker.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a08a21a..7dcb4b1 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "id": "Roland", "name": "Roland", "prefix": "Roland", - "version": "2.9.88", + "version": "2.9.89", "badge_colour": "8BE9FD", "display_name": "Roland", "main_file": "src/main.lua", diff --git a/src/joker.lua b/src/joker.lua index 8d68fe9..7494e6f 100644 --- a/src/joker.lua +++ b/src/joker.lua @@ -889,7 +889,7 @@ joker { return {vars = {card.ability.extra.dollars}} end, calculate = function(_, card, c) - local ret = (c.forcetrigger or not c.blueprint and (c.playing_card_added or c.remove_playing_cards)) and + local ret = (c.forcetrigger and (c.playing_card_added or c.remove_playing_cards)) and {dollars = card.ability.extra.dollars * #(c.cards or c.removed or {c.forcetrigger})} or nil if ret and (G.GAME or {}).challenge == "c_Roland_Spring_Cleaning" then