From cbf8994755a591041160a9ce1e5d438b5a501805 Mon Sep 17 00:00:00 2001 From: Duane Date: Thu, 4 Aug 2016 06:47:26 -0500 Subject: [PATCH] Fix armor display after terminate. --- elixir.lua | 3 +++ 1 file changed, 3 insertions(+) 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.