dont send map perk to peers, fix vomit/food clock potion on peers grabbing perks

This commit is contained in:
bgkillas 2024-11-23 21:22:30 -05:00
parent 343e48a362
commit e673eb9930
5 changed files with 48 additions and 0 deletions

View file

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