diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-23 06:16:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-23 06:16:32 -0300 |
commit | bd9413c5e6e6ec92836b1ec507faadbe76e3fc18 (patch) | |
tree | cf28e8169db64c9e514c94d072684597eb9d9dba /npc/functions | |
parent | 9717aeb82b624a58d31e662fe041947f96472471 (diff) | |
download | serverdata-bd9413c5e6e6ec92836b1ec507faadbe76e3fc18.tar.gz serverdata-bd9413c5e6e6ec92836b1ec507faadbe76e3fc18.tar.bz2 serverdata-bd9413c5e6e6ec92836b1ec507faadbe76e3fc18.tar.xz serverdata-bd9413c5e6e6ec92836b1ec507faadbe76e3fc18.zip |
Sketch notes for the skills replacement
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/hub.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index eb5a1f63c..b1094faee 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -349,6 +349,7 @@ function script HUB_SkillInvoke { // Provoke: builtin, Mass Provoke: See above // Mana Wisdom: Passive, Accumulate Power: builtin // FIXME: Windwalker, Last Standing Man + // TODO: Ressurection skill // Destructive Magic case TMW2_FIREARROW: @@ -391,8 +392,8 @@ function script HUB_SkillInvoke { case TMW2_TEMPEST: break; - case TMW2_NAPALMBEAT: case TMW2_HOLYLIGHT: + case TMW2_NAPALMBEAT: case TMW2_JUDGEMENT: break; |