Add another join award

This commit is contained in:
rubenwardy 2014-05-02 20:12:30 +01:00
parent 6a592781d5
commit 48b887dfa3
1 changed files with 9 additions and 0 deletions

View File

@ -149,6 +149,15 @@ awards.register_achievement("award_join1",{
target = 1
}
})
awards.register_achievement("award_join2",{
title = S("Frequent Visitor"),
description = S("Connect to the server 50 times"),
trigger = {
type = "join",
target = 50
},
secret = true
})
awards.register_onDeath(function(player,data)
local pos = player:getpos()