mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 06:34:41 +02:00
Minor achievement event improvements
This commit is contained in:
parent
4bb4a06e66
commit
6aa6712edc
2 changed files with 7 additions and 2 deletions
|
@ -23,5 +23,5 @@ module.exports = {
|
|||
UserSendNodeMsg : 'codes.l33t.enigma.system.user_send_node_msg', // { ..., global }
|
||||
UserStatSet : 'codes.l33t.enigma.system.user_stat_set', // { ..., statName, statValue }
|
||||
UserStatIncrement : 'codes.l33t.enigma.system.user_stat_increment', // { ..., statName, statIncrementBy, statValue }
|
||||
UserAchievementEarned : 'codes.l33t.enigma.system.user_achievement_earned', // { ..., achievementTag, points }
|
||||
UserAchievementEarned : 'codes.l33t.enigma.system.user_achievement_earned', // { ..., achievementTag, points, title, text }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue