From 214c3954a69449ac2f8d3883ec64b65db39d49ba Mon Sep 17 00:00:00 2001 From: wingedcatgirl <69098783+wingedcatgirl@users.noreply.github.com> Date: Sat, 10 May 2025 04:48:01 -0400 Subject: [PATCH] hotfix hotfix (this should have already worked but it didn't) --- items/inversions/reverse_codes.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/items/inversions/reverse_codes.lua b/items/inversions/reverse_codes.lua index 4ee81cf2..60cbb732 100644 --- a/items/inversions/reverse_codes.lua +++ b/items/inversions/reverse_codes.lua @@ -1060,10 +1060,10 @@ local hotfix = { atlas = "consumables", pos = {x=1,y=5}, use = function(self, card, area, copier) - Entropy.ApplySticker(Entropy.GetHighlightedCards({G.hand, G.jokers, G.consumeables}, nil, card)[1], "entr_hotfix") + Entropy.ApplySticker(Entropy.GetHighlightedCards({G.hand, G.jokers, G.consumeables}, card, card)[1], "entr_hotfix") end, can_use = function(self, card) - return #Entropy.GetHighlightedCards({G.hand, G.jokers, G.consumeables}, nil, card) == 1 + return #Entropy.GetHighlightedCards({G.hand, G.jokers, G.consumeables}, card, card) == 1 end, loc_vars = function(self, q, card) q[#q+1] = {key = "entr_hotfix", set="Other"}