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 0bf303e commit 69c0e51Copy full SHA for 69c0e51
items/sleeve.lua
@@ -339,9 +339,9 @@ if CardSleeves then
339
local key
340
if self.get_current_deck_key() == "b_cry_beige" then
341
key = self.key .. "_alt"
342
- return {key = key, vars = {}}
+ return { key = key, vars = {} }
343
end
344
- return {vars = {}}
+ return { vars = {} }
345
end,
346
347
trigger_effect = function(self, args) end,
0 commit comments