summaryrefslogtreecommitdiff
path: root/npc/functions/gmbot.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-03-19 22:37:32 -0300
committerJesusaves <cpntb1@ymail.com>2020-03-19 22:37:32 -0300
commit11f0be845afd4722ced1f246ce9c7fc3e6924ea8 (patch)
treeb738daecc03ee5f1124ad36dbf844a12b60e5d50 /npc/functions/gmbot.txt
parentebf875e7429f929f324cf681c652ca7338f72e39 (diff)
downloadserverdata-11f0be845afd4722ced1f246ce9c7fc3e6924ea8.tar.gz
serverdata-11f0be845afd4722ced1f246ce9c7fc3e6924ea8.tar.bz2
serverdata-11f0be845afd4722ced1f246ce9c7fc3e6924ea8.tar.xz
serverdata-11f0be845afd4722ced1f246ce9c7fc3e6924ea8.zip
Oh, shut up already. Why aren't you Python?
Diffstat (limited to 'npc/functions/gmbot.txt')
-rw-r--r--npc/functions/gmbot.txt2
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;