Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion items/pointer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ local pointer = {
return true
end,
}))
G.E_MANAGER:add_event(Event({
func = function()
check_for_unlock({ cry_used_consumable = "c_cry_pointer" })
return true
end,
}))
G.GAME.POINTER_SUBMENU = nil
end,
init = function(self)
Expand Down Expand Up @@ -2643,7 +2649,7 @@ local aliases = {
-- Cryptid T3 Vouchers
-- super strong placeholder

--[[
--[[
Format:
<joker key> = {
"<alias1>",
Expand Down