summaryrefslogtreecommitdiff
path: root/npc/003-3/malindou.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r--npc/003-3/malindou.txt8
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);