Minor cleaning

This commit is contained in:
Jean-Patrick Guerrero 2022-08-21 23:47:15 +02:00
parent a4e8fac0e6
commit c8d6312772
1 changed files with 2 additions and 1 deletions

View File

@ -479,10 +479,11 @@ local function get_container(fs, data, player, yoffset, ctn_len, award_list, awa
end
local armor_def = armor.def[name]
local _, armor_inv = armor:get_valid_player(player, "3d_armor")
fs(fmt("list[detached:%s_armor;armor;0,%f;5,1;]", esc_name, yextra + 0.7))
for i = 1, 5 do
local _, armor_inv = armor:get_valid_player(player, "3d_armor")
local stack = armor_inv:get_stack("armor", i)
if stack:is_empty() then