#5501 player needs configured privs to store things requiring npc_privs in dropdown

This commit is contained in:
Sokomine 2024-12-19 23:04:02 +01:00
parent c716f74812
commit fbf232da96

View File

@ -88,11 +88,11 @@ local check_what = {
"go to other dialog if the previous effect failed", -- 7
"send a chat message to all players", -- 8
"give item (created out of thin air) to player (requires "..
tostring(yl_speak_up.npc_privs_priv).." priv)", -- 9
tostring(yl_speak_up.npc_priv_needs_player_priv["effect_give_item"]).." priv)", -- 9
"take item from player and destroy it (requires "..
tostring(yl_speak_up.npc_privs_priv).." priv)", -- 10
tostring(yl_speak_up.npc_priv_needs_player_priv["effect_take_item"]).." priv)", -- 10
"move the player to a given position (requires "..
tostring(yl_speak_up.npc_privs_priv).." priv)", -- 11
tostring(yl_speak_up.npc_priv_needs_player_priv["effect_move_player"]).." priv)", -- 11
"execute Lua code (requires npc_master priv)", -- 12
}