We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d967572 commit c9fb5ceCopy full SHA for c9fb5ce
lib/misc.lua
@@ -1014,6 +1014,7 @@ function Cryptid.get_circus_description()
1014
local desc = {}
1015
local ind = 1
1016
local extra_rarities = {}
1017
+ if not Cryptid.circus_rarities then Cryptid.circus_rarities = {} end
1018
for i, v in pairs(Cryptid.circus_rarities) do
1019
if not v.hidden then
1020
extra_rarities[#extra_rarities + 1] = v
lovely/lib_misc.toml
@@ -163,7 +163,9 @@ end
163
'''
164
position = "after"
165
payload = '''
166
-SMODS.calculate_context{cry_creating_card = true, card = card}
+if G.deck then
167
+ SMODS.calculate_context{cry_creating_card = true, card = card}
168
+end
169
170
match_indent = true
171
0 commit comments