summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorRubenwardy <anjayward@gmail.com>2013-02-23 15:13:21 +0000
committerRubenwardy <anjayward@gmail.com>2013-02-23 15:13:21 +0000
commit4cf05cbc47b5ddab616170097673947d69e93a29 (patch)
tree345fc723d8a7797e2021b577578e9996b4065805 /init.lua
parent6b031a601d7ba394b61bcbce73c569a74625a913 (diff)
add onDeath
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 1573063..f538d87 100644
--- a/init.lua
+++ b/init.lua
@@ -81,4 +81,14 @@ awards.register_achievement("award_mine4",{
node="default:stone",
target=10000,
},
+})
+
+-- First Death
+awards.register_achievement("award_death1",{
+ title = "First Death",
+ description = "Oh well, it does not matter you have more lives than a cat",
+ trigger={
+ type="death",
+ target=1,
+ },
}) \ No newline at end of file