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.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt
index 2c7f62c8d..a099916f6 100644
--- a/npc/functions/main.txt
+++ b/npc/functions/main.txt
@@ -90,6 +90,9 @@ function script adddefaultskills {
if (getskilllv(TMW2_FAKESKILL2) < 1) {
skill TMW2_FAKESKILL2, 1, 0;
}
+ if (getskilllv(TMW2_DROPS) < REBIRTH+1) {
+ skill TMW2_DROPS, (REBIRTH+1), 0;
+ }
return;
}