summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 114790a..7ee2409 100644
--- a/init.lua
+++ b/init.lua
@@ -47,7 +47,8 @@ awards.register_achievement("award_saint_maclou",{
description = "Place 20 coal checkers.",
icon = "awards_novicebuilder.png",
trigger = {
- type = "chat",
+ type = "dig",
+ node = "default:stone",
target = 3,
},
})