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 return nil
end) end)
-- 1 sentence -- Chat
awards.register_achievement("award_chat1",{ awards.register_achievement("award_chat2",{
title = S("First Word"), title = S("Chatter Box"),
description = S("Use the chat to talk to players"), description = S("Speak over one hundred times"),
trigger = { trigger = {
type = "chat", type = "chat",
target = 1 target = 100
} },
secret = true
}) })