summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/001-1/rewards.txt2
-rw-r--r--npc/017-3/nico.txt4
-rw-r--r--npc/functions/mkbot.txt2
3 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt
index dcf82d092..6a73dbe4b 100644
--- a/npc/001-1/rewards.txt
+++ b/npc/001-1/rewards.txt
@@ -6,7 +6,7 @@
001-1,243,26,0 script Aeros Trader NPC_M_COINKEEPER,{
mesn;
- mesq l("Oh, hello there! Welcome to the Mana Plain Of Existence!");
+ mesq l("Oh, hello there! Welcome to the Mana Plane Of Existence!");
next;
mesn;
mesq l("In this wonderful realm, you can find and earn many @@, our currency!", getitemlink(StrangeCoin));
diff --git a/npc/017-3/nico.txt b/npc/017-3/nico.txt
index a7e02967f..19dd79e95 100644
--- a/npc/017-3/nico.txt
+++ b/npc/017-3/nico.txt
@@ -145,7 +145,7 @@ L_Main:
delitem .@card, 1;
getitem @menuret, 1;
break;
- // Buy Card
+ // Evolve Card
case 2:
mesn;
mesq l("Give me %s copies of the same card and %s GP, and I'll improve its tier.", b(l("three")), fnum(25000));
@@ -269,7 +269,7 @@ L_Main:
break;
}
break;
- // Evolve Card
+ // TODO: Play minigame
case 3:
mesn;
mesq l("...Are you trying to troll me?");
diff --git a/npc/functions/mkbot.txt b/npc/functions/mkbot.txt
index 019c60ca5..2a585b6aa 100644
--- a/npc/functions/mkbot.txt
+++ b/npc/functions/mkbot.txt
@@ -104,7 +104,7 @@ OnTimer90000:
// The Monster King will not move anymore because story
if ($GAME_STORYLINE == 0 ||
- $GAME_STORYLINE == 5) {
+ $GAME_STORYLINE >= 5) {
if (.mp$ != "boss")
unitwarp($@MK, "boss", 45, 45);
initnpctimer;