change description to include the usage info

This commit is contained in:
whosit 2023-06-04 11:08:19 +03:00
parent 3a4aca356d
commit 43e7250352
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ end
minetest.register_tool(
"waypoint_announce:flag", {
description = "Announcement flag", -- TODO better desctiption
description = "Announcement flag\n<place> to place the waypoint\n<sneak+place> to edit the message",
inventory_image = "waypoint_announce_flag.png",
wield_scale = {x = 1.5, y = 1.5, z = 1.0},
range = 2.0, -- TODO what's the good range?