summaryrefslogtreecommitdiff
path: root/npc/functions/main.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r--npc/functions/main.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt
index 365943742..cf882f3a0 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -72,6 +72,12 @@ function script adddefaultskills {
if (getskilllv(NV_BASIC) < 6) {
skill NV_BASIC, 6, 0;
}
+ if (getskilllv(TMW2_FAKESKILL) < 1) {
+ skill TMW2_FAKESKILL, 1, 0;
+ }
+ if (getskilllv(TMW2_FAKESKILL2) < 1) {
+ skill TMW2_FAKESKILL2, 1, 0;
+ }
return;
}