diff --git a/hints.lua b/hints.lua index f84f9d7..be2d5d7 100644 --- a/hints.lua +++ b/hints.lua @@ -4,4 +4,4 @@ local include, nodecore -- LUALOCALS > --------------------------------------------------------- nodecore.register_hint("chop scored cement into go stones", "chop stones", "toolcap:choppy:3") -nodecore.register_hint("smash go stones into territory markers", "smash stones", "chop stones") \ No newline at end of file +nodecore.register_hint("smash go stones into stop stones, for scoring your games", "smash stones", "chop stones") \ No newline at end of file diff --git a/stones.lua b/stones.lua index 05a7fda..ad4a71d 100644 --- a/stones.lua +++ b/stones.lua @@ -88,7 +88,7 @@ local function reg(name, basename, basedef) local territory_name = modname .. ":territory_" .. string_lower(name) minetest.register_node(":" .. territory_name, { - description = "Territory Marker", + description = "Stop Stone", drawtype = "nodebox", node_box = {