diff options
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(); |