diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-20 17:13:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-20 17:13:59 -0300 |
commit | 05b30c9bf46f40caf1facbf9b91c7d1be4c55e70 (patch) | |
tree | f09c4e158e8ba718bb94918678b868f9c9d1a99d /npc/003-3 | |
parent | 6ee362e2c1e24c0bdd4614df31a16d406f5152ee (diff) | |
download | serverdata-05b30c9bf46f40caf1facbf9b91c7d1be4c55e70.tar.gz serverdata-05b30c9bf46f40caf1facbf9b91c7d1be4c55e70.tar.bz2 serverdata-05b30c9bf46f40caf1facbf9b91c7d1be4c55e70.tar.xz serverdata-05b30c9bf46f40caf1facbf9b91c7d1be4c55e70.zip |
Update Malindou Contributor Table with 2020 and 2021 information
Diffstat (limited to 'npc/003-3')
-rw-r--r-- | npc/003-3/malindou.txt | 50 |
1 files changed, 28 insertions, 22 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index dee6e3791..56303c920 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -621,8 +621,10 @@ OnInit: // This mensures Contributors Credits, and changes only during updates. - // All names in lower case. standard: 10 points. Non-TMW2 contributors + // All names in lower case. Only TMW2 direct work! Non-TMW2 contributors // should be disregarded if they're not involved with the project. + // Standard patch (DIY); 10 points + // Reports: 1 point if relevant enough // 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. @@ -631,27 +633,31 @@ OnInit: // See 003-2/lua.txt for rewards $@CONTRIBUTORS = htnew; - htput($@CONTRIBUTORS, "jesusalva", 250); - htput($@CONTRIBUTORS, "saulc", 250); - htput($@CONTRIBUTORS, "lawncable", 180); - htput($@CONTRIBUTORS, "crazyfefe", 70); - htput($@CONTRIBUTORS, "mishana", 50); - htput($@CONTRIBUTORS, "rakinorf", 40); - htput($@CONTRIBUTORS, "pookie", 36); - htput($@CONTRIBUTORS, "dangerduck", 20); - htput($@CONTRIBUTORS, "kolchak", 20); - htput($@CONTRIBUTORS, "dustman", 18); - htput($@CONTRIBUTORS, "arthur", 30); - htput($@CONTRIBUTORS, "gnulinux", 9); - htput($@CONTRIBUTORS, "skydragon", 8); - htput($@CONTRIBUTORS, "xanthem", 6); - htput($@CONTRIBUTORS, "liangtai", 4); - htput($@CONTRIBUTORS, "kolchak", 3); - htput($@CONTRIBUTORS, "msawis", 3); - htput($@CONTRIBUTORS, "demure", 2); - htput($@CONTRIBUTORS, "seeds", 2); - htput($@CONTRIBUTORS, "lilanna", 1); - + htput($@CONTRIBUTORS, "jesusalva", 250); + htput($@CONTRIBUTORS, "saulc", 250); + htput($@CONTRIBUTORS, "lawncable", 180); + htput($@CONTRIBUTORS, "crazyfefe", 70); + htput($@CONTRIBUTORS, "mishana", 70); + htput($@CONTRIBUTORS, "arthur", 50); + htput($@CONTRIBUTORS, "rakinorf", 40); + htput($@CONTRIBUTORS, "dangerduck", 40); + htput($@CONTRIBUTORS, "pookie", 36); + htput($@CONTRIBUTORS, "kolchak", 30); + htput($@CONTRIBUTORS, "xanthem", 20); + htput($@CONTRIBUTORS, "jak1", 20); + htput($@CONTRIBUTORS, "dustman", 18); + htput($@CONTRIBUTORS, "povo", 10); + htput($@CONTRIBUTORS, "minegamerbr", 10); + htput($@CONTRIBUTORS, "yuckfou", 10); + htput($@CONTRIBUTORS, "kytty", 10); + htput($@CONTRIBUTORS, "ledmitz", 10); + htput($@CONTRIBUTORS, "liangtai", 4); + htput($@CONTRIBUTORS, "demure", 2); + htput($@CONTRIBUTORS, "seeds", 2); + htput($@CONTRIBUTORS, "lilanna", 1); + + htput($@CONTRIBUTORS, "manatauro reborn", 10); + htput($@CONTRIBUTORS, "hocus pocus fidibus", 20); htput($@CONTRIBUTORS, "cadis etrama di raizel", 20); //htput($@CONTRIBUTORS, "", 1); end; |