bones: position msg should have # Illuna: tag
This commit is contained in:
parent
f0d43fc90f
commit
4a8c50c713
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ minetest.register_on_dieplayer(function(player)
|
|||
|
||||
local param2 = minetest.dir_to_facedir(player:get_look_dir())
|
||||
minetest.set_node(pos, {name = "bones:bones", param2 = param2})
|
||||
minetest.chat_send_player(player_name, core.colorize("#F6A10A", "Your stuff is waiting for you at "..minetest.pos_to_string(pos).. ". Hurry. ;-)"))
|
||||
minetest.chat_send_player(player_name, core.colorize("#F6A10A", "# Illuna: Your stuff is waiting for you at "..minetest.pos_to_string(pos).. ". Hurry. ;-)"))
|
||||
minetest.log("action", player_name.." left their bones at "..minetest.pos_to_string(pos))
|
||||
|
||||
local meta = minetest.get_meta(pos)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue