diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/hub.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index d3d2765cf..16f8344ab 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -350,6 +350,8 @@ function script HUB_SkillInvoke { // FIXME: Windwalker (1MSP?), Last Standing Man (2 MSP?) // Ressurection skills (also heals fully) + // [MAPZONE] Need special care because scripts + // [WIP] Maybe a custom recovery and a flag @canRevive ? case TMW2_REVIVE: SK_revive(@skillTarget); break; @@ -446,7 +448,7 @@ function script HUB_SkillInvoke { // Physical Class - mostly builtin // TODO: Archery effect-absorb skill - // TODO: Something powerful for swords? + // TODO: Something powerful for swords? Like a skill combo? // Brawling Class case TMW2_BRAWLING: |