tweak switching-to msg

This commit is contained in:
Vanessa Dannenberg 2018-08-26 22:34:08 -04:00
parent 2e4c2e2667
commit 088b5ee120
1 changed files with 1 additions and 1 deletions

View File

@ -998,7 +998,7 @@ minetest.register_tool("unifieddyes:airbrush", {
minetest.chat_send_player(player_name, "*** That node is uncolored.")
return
end
minetest.chat_send_player(player_name, "*** Switching to dye:"..newcolor.." to match that node.")
minetest.chat_send_player(player_name, "*** Switching to "..newcolor.." for the airbrush, to match that node.")
unifieddyes.player_current_dye[player_name] = "dye:"..newcolor
end
end