diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-03-19 22:37:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-03-19 22:37:32 -0300 |
commit | 11f0be845afd4722ced1f246ce9c7fc3e6924ea8 (patch) | |
tree | b738daecc03ee5f1124ad36dbf844a12b60e5d50 /npc/functions/gmbot.txt | |
parent | ebf875e7429f929f324cf681c652ca7338f72e39 (diff) | |
download | serverdata-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.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; |