From 480c4ffd45822d01b0228982c7155b3f3d92be99 Mon Sep 17 00:00:00 2001 From: Emik Date: Sat, 20 Jun 2026 12:06:10 +0200 Subject: [PATCH] Fix challenge --- manifest.json | 2 +- src/challenge.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index dc86ed7..ba99af0 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "id": "Roland", "name": "Roland", "prefix": "Roland", - "version": "2.9.19", + "version": "2.9.20", "badge_colour": "8BE9FD", "display_name": "Roland", "main_file": "src/main.lua", diff --git a/src/challenge.lua b/src/challenge.lua index f68c49f..3144d94 100644 --- a/src/challenge.lua +++ b/src/challenge.lua @@ -179,7 +179,7 @@ SMODS.Challenge { SMODS.Challenge { key = "Eternally_Crimson", rules = {custom = {{id = "Roland_Eternally_Crimson"}, {id = "Roland_Showdown_Crimson"}}}, - -- jokers = {{id = "j_Roland_crimson"}}, + jokers = {{id = "j_Roland_crimson"}}, restrictions = crimson, pronouns = "she_her", calculate = function(_, context) @@ -188,7 +188,7 @@ SMODS.Challenge { end) local mod = G.GAME.modifiers - mod.Roland_Eternally_Crimson = not context.setting_blind and mod.Roland_Eternally_Crimson or nil + mod.Roland_Eternally_Crimson = context.setting_blind and true or mod.Roland_Eternally_Crimson local debuff = context.debuff_card local cards = G.jokers.cards