Skip to content

Commit cca19e3

Browse files
committed
a few slight touch ups :cat_owl:
1 parent d233dc0 commit cca19e3

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

items/sleeve.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,8 @@ if CardSleeves then
460460
},
461461
unlocked = true,
462462
unlock_condition = { deck = "Antimatter Deck", stake = 1 },
463-
loc_vars = function(self)
464-
return { vars = {} }
463+
loc_vars = function(self, info_queue, center)
464+
return { key = Cryptid.gameset_loc(self, { mainline = "balanced", modest = "balanced" }) }
465465
end,
466466
trigger_effect = function(self, args)
467467
if context.context ~= "final_scoring_step" then

localization/en-us.lua

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2996,6 +2996,16 @@ return {
29962996
"{C:red}WIP",
29972997
},
29982998
},
2999+
sleeve_cry_antimatter_sleeve_balanced = {
3000+
name = "Antimatter Sleeve",
3001+
text = {
3002+
"applies the {C:attention}effects{}",
3003+
"and {C:attention}special effects{}",
3004+
"of {C:attention}every{} slevee won",
3005+
"with {C:gold}Gold Stake{}",
3006+
"{C:red}WIP",
3007+
},
3008+
},
29993009
},
30003010
Spectral = {
30013011
c_cry_adversary = {

0 commit comments

Comments
 (0)