summaryrefslogtreecommitdiff
path: root/npc/functions/hub.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-02 11:30:36 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-02 11:30:36 -0300
commitd2fc0bb4bb8a085e69df4dbbcb51c3b0c2c10735 (patch)
tree75cd41bc64c638d1bd53bcc059aabc2d73e409f2 /npc/functions/hub.txt
parenta166e58f4c640354bd902630964e33ed6573fe32 (diff)
downloadserverdata-d2fc0bb4bb8a085e69df4dbbcb51c3b0c2c10735.tar.gz
serverdata-d2fc0bb4bb8a085e69df4dbbcb51c3b0c2c10735.tar.bz2
serverdata-d2fc0bb4bb8a085e69df4dbbcb51c3b0c2c10735.tar.xz
serverdata-d2fc0bb4bb8a085e69df4dbbcb51c3b0c2c10735.zip
New lucky homunculus skill - Little Wonders
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;
}