summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-02 11:57:44 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-02 11:57:44 -0300
commit8d58860ba7d0930a5cd9ea7132b7aa6831177cf4 (patch)
tree5def436754cd6b68b6869c7692bc8b8595591a6e /npc/functions
parentd2fc0bb4bb8a085e69df4dbbcb51c3b0c2c10735 (diff)
downloadserverdata-8d58860ba7d0930a5cd9ea7132b7aa6831177cf4.tar.gz
serverdata-8d58860ba7d0930a5cd9ea7132b7aa6831177cf4.tar.bz2
serverdata-8d58860ba7d0930a5cd9ea7132b7aa6831177cf4.tar.xz
serverdata-8d58860ba7d0930a5cd9ea7132b7aa6831177cf4.zip
Add Brawling skills to server CI
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/hub.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 3979fca82..f3bd41e39 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -650,6 +650,8 @@ function script HUB_SkillInvoke {
GetManaExp(@skillId, rand2(2,3));
break;
+ */
+ ////////////////////////////////
// XXX: Brawling Class
case TMW2_BRAWLING:
// 75x3 = 225
@@ -704,7 +706,8 @@ function script HUB_SkillInvoke {
// and also hits behind (and on your square)
rectharm(@skillTarget, 0, 1, AdjustAttackpower(.@PW/2), HARM_PHYS, Ele_Neutral);
break;
- */
+
+ ////////////////////////////////
// CLASS_OTHER
case TMW2_PARUM:
SK_parum();