From d0c98e038a9652be3b3a6fcaeb0e255b08e322b1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 17 Jun 2018 21:56:29 -0300 Subject: Rewards for Contributors, and some rules. @Saulc please review. --- npc/003-3/malindou.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'npc/003-3') 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); -- cgit v1.2.3-60-g2f50