more puns to hopefully please warr so we can be on ncc!

master
capitalthree 5 months ago
parent 853519c335
commit 032cb586fa
  1. 2
      hints.lua
  2. 2
      stones.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")
nodecore.register_hint("smash go stones into stop stones, for scoring your games", "smash stones", "chop stones")

@ -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 = {

Loading…
Cancel
Save