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