diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-08 17:37:22 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-08 17:37:22 -0200 |
commit | e83f1eccf9ee003b889a03deacee5020878841f2 (patch) | |
tree | 46e94194773ded70c86557f2f47c457aef4056d5 /npc/003-3 | |
parent | a027c3a0fd5b9783ca255ceafd02c4c9068f44e6 (diff) | |
download | serverdata-e83f1eccf9ee003b889a03deacee5020878841f2.tar.gz serverdata-e83f1eccf9ee003b889a03deacee5020878841f2.tar.bz2 serverdata-e83f1eccf9ee003b889a03deacee5020878841f2.tar.xz serverdata-e83f1eccf9ee003b889a03deacee5020878841f2.zip |
Eh... Let's use the Heroes Hold to fix bad design >.>
Diffstat (limited to 'npc/003-3')
-rw-r--r-- | npc/003-3/malindou.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 9101349c3..c95ab21ca 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -239,6 +239,7 @@ OnInit: // 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. + // Relevance of the contribution is also to be taken in account. // See 003-2/lua.txt for rewards @@ -256,12 +257,12 @@ OnInit: htput($@CONTRIBUTORS, "ayruss", 210); htput($@CONTRIBUTORS, "dustman", 175); htput($@CONTRIBUTORS, "acsvln", 250); + htput($@CONTRIBUTORS, "xtreem", 150); htput($@CONTRIBUTORS, "ichigoblack",100); htput($@CONTRIBUTORS, "gnulinux", 80); htput($@CONTRIBUTORS, "skydragon", 75); htput($@CONTRIBUTORS, "guy of lieutnant dausen", 70); htput($@CONTRIBUTORS, "dustman", 50); - htput($@CONTRIBUTORS, "xtreem", 50); htput($@CONTRIBUTORS, "msawis", 30); htput($@CONTRIBUTORS, "dragonstar", 26); htput($@CONTRIBUTORS, "demure", 12); |