diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-16 15:27:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-16 15:27:06 -0300 |
commit | 6713c20da5d9937f006024a8648e9edca9c2505b (patch) | |
tree | 641dbcecfdf0edd3cf7e16506f1681bd9efe9010 | |
parent | 8f8831df81626971502b154238e5d76766b3f7f7 (diff) | |
download | serverdata-6713c20da5d9937f006024a8648e9edca9c2505b.tar.gz serverdata-6713c20da5d9937f006024a8648e9edca9c2505b.tar.bz2 serverdata-6713c20da5d9937f006024a8648e9edca9c2505b.tar.xz serverdata-6713c20da5d9937f006024a8648e9edca9c2505b.zip |
Comment updates
-rw-r--r-- | npc/003-0-1/professor.txt | 2 | ||||
-rw-r--r-- | npc/functions/gmbot.txt | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/npc/003-0-1/professor.txt b/npc/003-0-1/professor.txt index c6699b4fc..59897c42b 100644 --- a/npc/003-0-1/professor.txt +++ b/npc/003-0-1/professor.txt @@ -60,7 +60,7 @@ OnSpeeching: getexp .@bxp, .@jxp; - // Experience for Homunculus + // (Extra) Experience for Homunculus if (gethominfo(0)) gethomunexp(1); diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index 30f95dde9..898f636b8 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -190,7 +190,6 @@ function matrixlb { .@pts+=min(3, reputation("Fortress")/33); // What about Lilit? - // Who am I bonus TODO // Temporaly I'll use Candor Battle Top 3 .@cr=array_find($@cfefe_name$, strcharinfo(0)); .@cr=limit(0, (.@cr >= 0 ? 3-.@cr : 0), 3); |