diff options
Diffstat (limited to 'npc')
-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 c963017ef..8a5c9f0a0 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -79,7 +79,7 @@ OnInit: $@CONTRIBUTORS = htnew; htput($@CONTRIBUTORS, "jesusalva", 15000); htput($@CONTRIBUTORS, "saulc", 12500); - htput($@CONTRIBUTORS, "lawncable", 1510); + htput($@CONTRIBUTORS, "lawncable", 1600); htput($@CONTRIBUTORS, "polaczka", 700); htput($@CONTRIBUTORS, "crazyfefe", 640); htput($@CONTRIBUTORS, "4144", 550); @@ -97,6 +97,7 @@ OnInit: htput($@CONTRIBUTORS, "dustman", 50); htput($@CONTRIBUTORS, "msawis", 30); htput($@CONTRIBUTORS, "dragonstar", 26); + htput($@CONTRIBUTORS, "demure", 10); htput($@CONTRIBUTORS, "xtreem", 1); //htput($@CONTRIBUTORS, "", 1); end; |