File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -1914,11 +1914,11 @@ local demicolon = {
19141914 },
19151915 },
19161916 gameset_config = {
1917- modest = { disabled = true },
1918- mainline = { disabled = true },
1919- madness = { disabled = true },
1917+ modest = { disabled = true },
1918+ mainline = { disabled = true },
1919+ madness = { disabled = true },
19201920 },
1921- extra_gamesets = {" experimental" },
1921+ extra_gamesets = { " experimental" },
19221922 name = " cry-Demicolon" ,
19231923 key = " demicolon" ,
19241924 pos = { x = 3 , y = 5 },
Original file line number Diff line number Diff line change 909909-- Forced joker triggering, used by Demicolon
910910function force_calculate (card )
911911 local context = safe_get (Cryptid .force_contexts , card .config .center .key )
912- if not context then return false end
912+ if not context then
913+ return false
914+ end
913915 context .forced = true
914916 local eval , post = eval_card (card , context )
915917 local effects = { eval }
@@ -921,6 +923,10 @@ Cryptid.force_contexts = {
921923 -- Vanilla Jokers (collection order)
922924
923925 -- Cryptid Jokers (alphabetical order probably?)
924- j_cry_demicolon = {joker_main = true },
925- j_cry_m = {selling_card = true , card = {is_jolly = function (self ) return true end }},
926+ j_cry_demicolon = { joker_main = true },
927+ j_cry_m = { selling_card = true , card = {
928+ is_jolly = function (self )
929+ return true
930+ end ,
931+ } },
926932}
You can’t perform that action at this time.
0 commit comments