summaryrefslogtreecommitdiff
path: root/npc/craft/options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/craft/options.txt')
-rw-r--r--npc/craft/options.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/npc/craft/options.txt b/npc/craft/options.txt
index 0333382fa..47c382dc9 100644
--- a/npc/craft/options.txt
+++ b/npc/craft/options.txt
@@ -462,11 +462,7 @@ function script csysGUI_Report {
mes ".:: " + l("First Tier") + " ::.";
mesc l("Craft Min Level: 1");
mes "";
- mes l("BASIC SKILLS: Lv @@", CRAFTSYS[CRGROUP_BASE]);
- mesc l("Lv 1 - Str, Int");
- mesc l("Lv 3 - Dex, MaxHP");
- mesc l("Lv 5 - Agi, MaxMP");
- mesc l("Lv 7 - Luk, Vit");
+ mes l("@@: Lv @@", getitemlink(CRITEM_BASE), CRAFTSYS[CRGROUP_BASE]);
next;
mes "";
mes ".:: " + l("Second Tier") + " ::.";