summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-12-20 18:12:14 -0300
committerJesusaves <cpntb1@ymail.com>2019-12-20 18:12:14 -0300
commitee725a1a82e8c9efe9da0ab8f52379d0ace06f62 (patch)
tree6c7456bda26d29a8eb7732d8bb51686ef4c5432d
parenta0ff7365b41087741744a6d7588eed4e473b532e (diff)
downloadserverdata-ee725a1a82e8c9efe9da0ab8f52379d0ace06f62.tar.gz
serverdata-ee725a1a82e8c9efe9da0ab8f52379d0ace06f62.tar.bz2
serverdata-ee725a1a82e8c9efe9da0ab8f52379d0ace06f62.tar.xz
serverdata-ee725a1a82e8c9efe9da0ab8f52379d0ace06f62.zip
Doppelganger Challenge: TOP 3 now counted towards Lightbringer
-rw-r--r--npc/functions/gmbot.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt
index 7e4bc903c..f85e9bee6 100644
--- a/npc/functions/gmbot.txt
+++ b/npc/functions/gmbot.txt
@@ -174,7 +174,12 @@ function matrixlb {
.@cr=limit(0, (.@cr >= 0 ? 3-.@cr : 0), 3);
.@pts+=.@cr;
- // Max points: 101
+ // What about Doppelganger TOP 3?
+ .@dr=array_find($@udt_name$, strcharinfo(0));
+ .@dr=limit(0, (.@dr >= 0 ? 3-.@dr : 0), 3);
+ .@pts+=.@dr;
+
+ // Max points: 101→104
return .@pts;
}