forked from Sokomine/yl_speak_up
deal with nameless npc in fs_fashion.lua
This commit is contained in:
parent
1e6e7e96d8
commit
45142bc34a
@ -196,7 +196,7 @@ yl_speak_up.get_fs_fashion = function(pname)
|
|||||||
yl_speak_up.speak_to[pname].n_id,
|
yl_speak_up.speak_to[pname].n_id,
|
||||||
"]",
|
"]",
|
||||||
"label[6,0.45;",
|
"label[6,0.45;",
|
||||||
yl_speak_up.speak_to[pname].n_npc,
|
(yl_speak_up.speak_to[pname].n_npc or "- nameless -"),
|
||||||
"]",
|
"]",
|
||||||
"dropdown[9.1,0.2;4,0.75;set_cape;",
|
"dropdown[9.1,0.2;4,0.75;set_cape;",
|
||||||
capelist,
|
capelist,
|
||||||
|
Loading…
Reference in New Issue
Block a user