Fix challenge

This commit is contained in:
Emik 2026-06-20 12:06:10 +02:00
parent b1c7ffffbe
commit 480c4ffd45
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -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