summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/042-0/arthur.txt2
-rw-r--r--npc/042-5/ctrl.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/042-0/arthur.txt b/npc/042-0/arthur.txt
index de243b33d..c3242b6ce 100644
--- a/npc/042-0/arthur.txt
+++ b/npc/042-0/arthur.txt
@@ -141,6 +141,8 @@ L_Tutorial:
mes "";
mes l("* Thief");
mes l("* Mage");
+ mes "";
+ mes l("You should also bring plenty of %s!", getitemlink(TreasureKey));
next;
mes b(".:: VICTORY REWARDS ::.");
mes l("Victory prizes include guild experience, guild money, and guild bound items.");
diff --git a/npc/042-5/ctrl.txt b/npc/042-5/ctrl.txt
index 4c8ff01be..4e681c7d5 100644
--- a/npc/042-5/ctrl.txt
+++ b/npc/042-5/ctrl.txt
@@ -154,7 +154,7 @@ function script KamelotTreasure {
mesc l("You find @@ inside!", getitemlink(.@loot));
- // TODO: If itemtype == Armor/Weapon, make it guild bound and put bonus
+ // If itemtype == Armor/Weapon, make it guild bound and put bonus
.@t=getiteminfo(.@loot, ITEMINFO_TYPE);
if (.@t == IT_WEAPON) {
getitembound .@loot, 1, 2;