summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index b812ccb..26bed25 100644
--- a/init.lua
+++ b/init.lua
@@ -655,6 +655,14 @@ function unifieddyes.on_airbrush(itemstack, player, pointed_thing)
return
end
+ if not painting_with then
+ minetest.chat_send_player(player_name, "*** You need to set a color first.")
+ minetest.chat_send_player(player_name, "*** Right-click any random node to open the color selector,")
+ minetest.chat_send_player(player_name, "*** or shift+right-click a colorized node to use its color.")
+ minetest.chat_send_player(player_name, "*** Be sure to click \"Accept\", or the color you select will be ignored.")
+ return
+ end
+
if not def.palette then
minetest.chat_send_player(player_name, "That node can't be colored.")
return