diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-29 18:36:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-29 18:36:46 -0300 |
commit | ddb4c03f64d652f941174c22715d56a25ed51e2f (patch) | |
tree | 7be8cc12ce36e7185172bfc869a968e06cc8a2eb /npc/craft | |
parent | 09df93673552453ba776bbc96209672148338b33 (diff) | |
download | serverdata-ddb4c03f64d652f941174c22715d56a25ed51e2f.tar.gz serverdata-ddb4c03f64d652f941174c22715d56a25ed51e2f.tar.bz2 serverdata-ddb4c03f64d652f941174c22715d56a25ed51e2f.tar.xz serverdata-ddb4c03f64d652f941174c22715d56a25ed51e2f.zip |
Intense Beard now allows you to learn the groups and advance tiers.
Knowledge interface, blueprints and base skill are still missing.
Diffstat (limited to 'npc/craft')
-rw-r--r-- | npc/craft/options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/craft/options.txt b/npc/craft/options.txt index 985fae210..02b088e32 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -667,10 +667,10 @@ function script csysGUI_OptPrice { } -// csysGUI_GroupOpt( cr ) +// csysGUI_OptLearnMenu( cr ) // Returns the menu entry to learn the group skill. // Cost is NOT taken as requisite, must check it later. -function script csysGUI_GroupOpt { +function script csysGUI_OptLearnMenu { .@sk=getarg(0); if (csysGUI_OptReq(.@sk)) { .@ms$="Upgrade "+csysGUI_CRName(.@sk)+" for "+csysGUI_OptPrice(.@sk)+" Mobpt"; |