From 2ff6b0a88e98ac49d5ba9c4d74629824e2c214bf Mon Sep 17 00:00:00 2001 From: Emik Date: Tue, 26 May 2026 15:50:32 +0200 Subject: [PATCH] Mark Trimino as blueprint incompatible --- manifest.json | 2 +- src/joker.lua | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 8f7280d..220d2d8 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "author": [ "Emik" ], - "version": "2.7.1", + "version": "2.7.2", "badge_colour": "8BE9FD", "main_file": "src/main.lua", "badge_text_colour": "44475A", diff --git a/src/joker.lua b/src/joker.lua index 5e2f59b..d4770a7 100644 --- a/src/joker.lua +++ b/src/joker.lua @@ -308,7 +308,7 @@ joker { cost = 8, rarity = 3, eternal_compat = false, - blueprint_compat = true, + blueprint_compat = false, perishable_compat = true, loc_vars = function(_, _, card) local extra = card.ability.extra @@ -317,7 +317,11 @@ joker { calculate = function(_, card, context) local extra = card.ability.extra - if (not context.before or card.getting_sliced or context.scoring_name ~= extra.hand_name) and not context.forcetrigger then + if (not context.before or + context.blueprint or + card.getting_sliced or + context.scoring_name ~= extra.hand_name) and + not context.forcetrigger then return end