Change chat1 to chat2 - now requires 100 speaks

This commit is contained in:
rubenwardy 2014-09-26 19:42:00 +01:00
parent 4139ea422c
commit b75f2cbaea
1 changed files with 7 additions and 6 deletions

View File

@ -124,14 +124,15 @@ awards.register_onDeath(function(player,data)
return nil
end)
-- 1 sentence
awards.register_achievement("award_chat1",{
title = S("First Word"),
description = S("Use the chat to talk to players"),
-- Chat
awards.register_achievement("award_chat2",{
title = S("Chatter Box"),
description = S("Speak over one hundred times"),
trigger = {
type = "chat",
target = 1
}
target = 100
},
secret = true
})