summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}