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.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt
index 420f2b79..cd71b8ea 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -43,7 +43,10 @@ function script col {
}
function script adddefaultskills {
- skill NV_BASIC, 9, 0;
+ if (getskilllv(NV_BASIC) < 6)
+ {
+ skill NV_BASIC, 6, 0;
+ }
return;
}