1
0
mirror of https://gitlab.com/rubenwardy/awards.git synced 2025-06-29 14:40:43 +02:00

Implement conted_key trigger type

This commit is contained in:
rubenwardy
2018-04-04 18:30:47 +01:00
parent d82972b448
commit 28c59340ea
3 changed files with 100 additions and 61 deletions

View File

@ -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,
},
})