diff options
author | rubenwardy <rubenwardy@gmail.com> | 2014-09-26 19:42:00 +0100 |
---|---|---|
committer | rubenwardy <rubenwardy@gmail.com> | 2014-09-26 19:44:04 +0100 |
commit | b75f2cbaead038b4aa9b370808f1135ffcd9f147 (patch) | |
tree | 609433a1c0305fd5bfbcd23c2e4f0cf7346d1e53 | |
parent | 4139ea422c236708578ec2a4bcba15c69d82ab68 (diff) |
Change chat1 to chat2 - now requires 100 speaks
-rw-r--r-- | init.lua | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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 }) |