diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-02 11:57:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-02 11:57:44 -0300 |
commit | 8d58860ba7d0930a5cd9ea7132b7aa6831177cf4 (patch) | |
tree | 5def436754cd6b68b6869c7692bc8b8595591a6e /npc/functions | |
parent | d2fc0bb4bb8a085e69df4dbbcb51c3b0c2c10735 (diff) | |
download | serverdata-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.txt | 5 |
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(); |