From ee725a1a82e8c9efe9da0ab8f52379d0ace06f62 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 20 Dec 2019 18:12:14 -0300 Subject: Doppelganger Challenge: TOP 3 now counted towards Lightbringer --- npc/functions/gmbot.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3-60-g2f50