summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-0-1/professor.txt2
-rw-r--r--npc/functions/gmbot.txt1
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);