allow picking up potion mimic players

This commit is contained in:
bgkillas 2024-11-16 20:42:23 -05:00
parent 83724d77d9
commit 65714117b2
12 changed files with 209 additions and 46 deletions

View file

@ -125,6 +125,7 @@ local function load_modules()
ctx.load_system("hamis")
ctx.load_system("spell_refresh")
ctx.load_system("shiny_orb")
ctx.load_system("potion_mimic")
end
local function load_extra_modules()