diff options
author | Rubenwardy <anjayward@gmail.com> | 2013-02-23 15:13:21 +0000 |
---|---|---|
committer | Rubenwardy <anjayward@gmail.com> | 2013-02-23 15:13:21 +0000 |
commit | 4cf05cbc47b5ddab616170097673947d69e93a29 (patch) | |
tree | 345fc723d8a7797e2021b577578e9996b4065805 /init.lua | |
parent | 6b031a601d7ba394b61bcbce73c569a74625a913 (diff) |
add onDeath
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |