diff options
-rw-r--r-- | npc/functions/gmbot.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index 6a07e8537..56d62a937 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -187,7 +187,7 @@ function matrixlb { .@pts+=.@dr; // Rebirth (2pts per level) - .@pts+=limit(0, REBIRTH*2, 10) + .@pts+=limit(0, REBIRTH*2, 10); // Max points: 101→104→114 return .@pts; |