summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
authorDastgir Pojee <dastgirp@gmail.com>2016-10-03 19:06:46 +0530
committerhemagx <ibrahem.h.basyone@gmail.com>2016-10-22 02:22:11 +0200
commit69f3d4815c09ee07ce4ef3c5163411ba05c81731 (patch)
tree5519feea8bc27ce0e668f11ec31c7cfb3adc6ff7 /src/map/skill.c
parent7b6feb8f49d9c2832e505583d0ac5ebf530b8b11 (diff)
downloadhercules-69f3d4815c09ee07ce4ef3c5163411ba05c81731.tar.gz
hercules-69f3d4815c09ee07ce4ef3c5163411ba05c81731.tar.bz2
hercules-69f3d4815c09ee07ce4ef3c5163411ba05c81731.tar.xz
hercules-69f3d4815c09ee07ce4ef3c5163411ba05c81731.zip
Implemented SU_TUNAPARTY Skill.
Protects the target for 30 seconds. Tuna's Defense Power: (10+(20*(SkillLv-1)))% of Caster's MaxHP
Diffstat (limited to 'src/map/skill.c')
-rw-r--r--src/map/skill.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/skill.c b/src/map/skill.c
index 333e15de5..4acc3da15 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -5968,6 +5968,7 @@ int skill_castend_nodamage_id(struct block_list *src, struct block_list *bl, uin
case PR_KYRIE:
case MER_KYRIE:
+ case SU_TUNAPARTY:
clif->skill_nodamage(bl, bl, skill_id, -1,
sc_start(src, bl, type, 100, skill_lv, skill->get_time(skill_id, skill_lv)));
break;