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 53e74f3 commit 87229dfCopy full SHA for 87229df
items/pointer.lua
@@ -44,6 +44,12 @@ local pointer = {
44
return true
45
end,
46
}))
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
+ }))
53
G.GAME.POINTER_SUBMENU = nil
54
55
init = function(self)
@@ -2643,7 +2649,7 @@ local aliases = {
2643
2649
-- Cryptid T3 Vouchers
2644
2650
-- super strong placeholder
2645
2651
2646
- --[[
2652
+ --[[
2647
2653
Format:
2648
2654
<joker key> = {
2655
"<alias1>",
0 commit comments