From 853519c335aff3b4fc75eb00da6675d95736ae93 Mon Sep 17 00:00:00 2001 From: capitalthree Date: Thu, 30 Nov 2023 04:42:01 -0600 Subject: [PATCH] better second hint req --- hints.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hints.lua b/hints.lua index 3440def..f84f9d7 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", "toolcap:thumpy:3") \ No newline at end of file +nodecore.register_hint("smash go stones into territory markers", "smash stones", "chop stones") \ No newline at end of file