diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-10-02 01:53:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-10-02 01:53:34 -0300 |
commit | be8e0838244cbee9e0a26627c10b05e28b599460 (patch) | |
tree | 34de2abe7169302d51eb51a0f7a7f10b25395f94 /npc/003-3 | |
parent | 09219103cbd7e8ac3a7802de852bfb14fba38aec (diff) | |
download | serverdata-be8e0838244cbee9e0a26627c10b05e28b599460.tar.gz serverdata-be8e0838244cbee9e0a26627c10b05e28b599460.tar.bz2 serverdata-be8e0838244cbee9e0a26627c10b05e28b599460.tar.xz serverdata-be8e0838244cbee9e0a26627c10b05e28b599460.zip |
Acknowledge Esteria's contributions on Lua (20 -> 70 pts)
Unlocked: 20× bug leg, 1× Delicious Cookie, 1× Developer Cap
Still locked: Legendary Mouboo (70/100), 30× Bug Leg (70/250)
Diffstat (limited to 'npc/003-3')
-rw-r--r-- | npc/003-3/malindou.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index a76b88f87..e6d1c03b0 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -683,6 +683,7 @@ OnInit: htput($@CONTRIBUTORS, "lawncable", 180); htput($@CONTRIBUTORS, "crazyfefe", 70); htput($@CONTRIBUTORS, "mishana", 70); + htput($@CONTRIBUTORS, "esteria", 60); htput($@CONTRIBUTORS, "arthur", 50); htput($@CONTRIBUTORS, "rakinorf", 40); htput($@CONTRIBUTORS, "dangerduck", 40); @@ -690,7 +691,6 @@ OnInit: htput($@CONTRIBUTORS, "xanofire", 32); htput($@CONTRIBUTORS, "kolchak", 30); htput($@CONTRIBUTORS, "jak1", 30); - htput($@CONTRIBUTORS, "esteria", 20); htput($@CONTRIBUTORS, "dustman", 18); htput($@CONTRIBUTORS, "povo", 10); htput($@CONTRIBUTORS, "minegamerbr", 10); |