forked from mtcontrib/awards
Change chat1 to chat2 - now requires 100 speaks
This commit is contained in:
parent
4139ea422c
commit
b75f2cbaea
13
init.lua
13
init.lua
|
@ -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
|
||||
})
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user