diff --git a/elixir.lua b/elixir.lua index d31177f..02b04cc 100644 --- a/elixir.lua +++ b/elixir.lua @@ -398,6 +398,9 @@ if fun_caves.register_status and fun_caves.set_status then end player:set_armor_groups({fleshy = 100}) + if fun_caves.display_armor then + fun_caves.display_armor(player) + end -- support for 3d_armor -- This may or may not work with all versions.