Fix challenge
This commit is contained in:
parent
b1c7ffffbe
commit
2c169272a6
2 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
"id": "Roland",
|
"id": "Roland",
|
||||||
"name": "Roland",
|
"name": "Roland",
|
||||||
"prefix": "Roland",
|
"prefix": "Roland",
|
||||||
"version": "2.9.19",
|
"version": "2.9.20",
|
||||||
"badge_colour": "8BE9FD",
|
"badge_colour": "8BE9FD",
|
||||||
"display_name": "Roland",
|
"display_name": "Roland",
|
||||||
"main_file": "src/main.lua",
|
"main_file": "src/main.lua",
|
||||||
|
|
|
||||||
|
|
@ -179,7 +179,7 @@ SMODS.Challenge {
|
||||||
SMODS.Challenge {
|
SMODS.Challenge {
|
||||||
key = "Eternally_Crimson",
|
key = "Eternally_Crimson",
|
||||||
rules = {custom = {{id = "Roland_Eternally_Crimson"}, {id = "Roland_Showdown_Crimson"}}},
|
rules = {custom = {{id = "Roland_Eternally_Crimson"}, {id = "Roland_Showdown_Crimson"}}},
|
||||||
-- jokers = {{id = "j_Roland_crimson"}},
|
jokers = {{id = "j_Roland_crimson"}},
|
||||||
restrictions = crimson,
|
restrictions = crimson,
|
||||||
pronouns = "she_her",
|
pronouns = "she_her",
|
||||||
calculate = function(_, context)
|
calculate = function(_, context)
|
||||||
|
|
@ -188,7 +188,7 @@ SMODS.Challenge {
|
||||||
end)
|
end)
|
||||||
|
|
||||||
local mod = G.GAME.modifiers
|
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 debuff = context.debuff_card
|
||||||
local cards = G.jokers.cards
|
local cards = G.jokers.cards
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue