summaryrefslogtreecommitdiff
path: root/npc/functions/hub.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r--npc/functions/hub.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 0fb515bb5..3979fca82 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -254,6 +254,14 @@ function script HUB_SkillInvoke {
heal .@heal, 0;
harm(@skillCaster, -.@heal, HARM_MISC);
break;
+ case TMW2_LITTLE_WONDERS:
+ sc_end SC_POISON;
+ sc_end SC_CURSE;
+ sc_end SC_SILENCE;
+ sc_end SC_CONFUSION;
+ sc_end SC_BLIND;
+ sc_start SC_CURSE, rand2(3500, 5000), 1, 10000, SCFLAG_NONE, @skillCaster;
+ break;
}
return;
}