diff options
-rw-r--r-- | npc/003-3/malindou.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index d75266377..fcd749aff 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -7,11 +7,6 @@ // Take care of server updates, but instances are defined on their ships. 003-3,36,34,0 script Malindou NPC_LLOYD,{ - function UpdateBF { - .@o=getbattleflag(getarg(0)); - setbattleflag(getarg(0), .@o+getarg(1,0)); - } - Banker(.name$, "Tulimshar", 10000); close; @@ -243,7 +238,7 @@ OnInit: htput($@CONTRIBUTORS, "msawis", 30); htput($@CONTRIBUTORS, "dragonstar", 26); htput($@CONTRIBUTORS, "demure", 12); - htput($@CONTRIBUTORS, "xtreem", 10); + htput($@CONTRIBUTORS, "xtreem", 50); htput($@CONTRIBUTORS, "aisen", 8); htput($@CONTRIBUTORS, "john h", 2); htput($@CONTRIBUTORS, "krists", 2); |