Skip to content

Commit 87229df

Browse files
committed
fix encoded deck unlock
1 parent 53e74f3 commit 87229df

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

items/pointer.lua

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ local pointer = {
4444
return true
4545
end,
4646
}))
47+
G.E_MANAGER:add_event(Event({
48+
func = function()
49+
check_for_unlock({ cry_used_consumable = "c_cry_pointer" })
50+
return true
51+
end,
52+
}))
4753
G.GAME.POINTER_SUBMENU = nil
4854
end,
4955
init = function(self)
@@ -2643,7 +2649,7 @@ local aliases = {
26432649
-- Cryptid T3 Vouchers
26442650
-- super strong placeholder
26452651

2646-
--[[
2652+
--[[
26472653
Format:
26482654
<joker key> = {
26492655
"<alias1>",

0 commit comments

Comments
 (0)