From 33510cf32a1c744fb264855a337b3b61bf516112 Mon Sep 17 00:00:00 2001 From: capitalthree Date: Thu, 30 Nov 2023 04:30:15 -0600 Subject: [PATCH] hints! --- hints.lua | 7 +++++++ init.lua | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 hints.lua diff --git a/hints.lua b/hints.lua new file mode 100644 index 0000000..3440def --- /dev/null +++ b/hints.lua @@ -0,0 +1,7 @@ +-- LUALOCALS < --------------------------------------------------------- +local include, nodecore += 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 diff --git a/init.lua b/init.lua index 9a72086..c0b4675 100755 --- a/init.lua +++ b/init.lua @@ -7,4 +7,5 @@ lc_liberties = {} include("goban") include("rules") -include("stones") \ No newline at end of file +include("stones") +include("hints") \ No newline at end of file