diff --git a/fs_decorated.lua b/fs_decorated.lua index 6a86144..16e6dc9 100644 --- a/fs_decorated.lua +++ b/fs_decorated.lua @@ -15,6 +15,9 @@ yl_speak_up.calculate_portrait = function(pname, n_id) return head .. "[combine:8x8:-8,-8=" .. tex[2] .. ":-40,-8=" .. tex[2] end + if(tex and tex[1]) then + return head .. "[combine:8x8:-8,-8=" .. tex[1] .. ":-40,-8=" .. tex[1] + end return head end