diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-17 21:56:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-17 21:56:29 -0300 |
commit | d0c98e038a9652be3b3a6fcaeb0e255b08e322b1 (patch) | |
tree | c986a60b620850141b4549f287f853e39ec74a0f /npc/003-3/malindou.txt | |
parent | db1160472421a4d1db83f5ac60314b58539538dc (diff) | |
download | serverdata-d0c98e038a9652be3b3a6fcaeb0e255b08e322b1.tar.gz serverdata-d0c98e038a9652be3b3a6fcaeb0e255b08e322b1.tar.bz2 serverdata-d0c98e038a9652be3b3a6fcaeb0e255b08e322b1.tar.xz serverdata-d0c98e038a9652be3b3a6fcaeb0e255b08e322b1.zip |
Rewards for Contributors, and some rules. @Saulc please review.
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r-- | npc/003-3/malindou.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 564c7ed3a..968fcf856 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -34,8 +34,12 @@ OnInit: // This mensures Contributors Credits, and changes only during updates. - // All names in lower case. Max value is 1'000'000. Non-TMW2 contributors + // All names in lower case. standard: 100 points. Non-TMW2 contributors // should be disregarded if they're not involved with the project. + + // You may get more points for complexity, difficulty, usability, etc. + // You may get less points if you don't do it yourself, eg. a bug report. + // See 003-2/lua.txt for rewards $@CONTRIBUTORS = htnew; @@ -44,7 +48,7 @@ OnInit: htput($@CONTRIBUTORS, "lawncable", 1020); htput($@CONTRIBUTORS, "polaczka", 500); htput($@CONTRIBUTORS, "soren", 500); - htput($@CONTRIBUTORS, "crazyfefe", 120); + htput($@CONTRIBUTORS, "crazyfefe", 420); htput($@CONTRIBUTORS, "ayruss", 120); htput($@CONTRIBUTORS, "rakinorf", 100); htput($@CONTRIBUTORS, "ichigoblack", 100); |