diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-29 02:55:10 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-29 02:55:10 +0000 |
commit | 913faa92611b2cb84b23c5c0296fae6a6e1d4c1f (patch) | |
tree | 1af058e1950660b0381911e6464e1e28ccbeca35 /src/map/battle.c | |
parent | ad25fe3c790977a9adc98399c69e4bf5873bf03a (diff) | |
download | hercules-913faa92611b2cb84b23c5c0296fae6a6e1d4c1f.tar.gz hercules-913faa92611b2cb84b23c5c0296fae6a6e1d4c1f.tar.bz2 hercules-913faa92611b2cb84b23c5c0296fae6a6e1d4c1f.tar.xz hercules-913faa92611b2cb84b23c5c0296fae6a6e1d4c1f.zip |
- offensive heal/sanctuary will only happen when the source of the heal is a player, mob/pet casted heal will now always heal regardless of target.
- Shield Chain will now ignore the 'ice-pick' defense piercing bonus.
- Removed pretty much every comment from skill.c as they were not even in ex-japanese, but they are now in butchered ex-japanese.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7958 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index d07123428..14d2f6b0e 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -1607,6 +1607,7 @@ static struct Damage battle_calc_weapon_attack( { if (skill_num != PA_SACRIFICE && skill_num != MO_INVESTIGATE && skill_num != CR_GRANDCROSS && skill_num != NPC_GRANDDARKNESS + && skill_num != PA_SHIELDCHAIN && !flag.cri) { //Elemental/Racial adjustments if(sd->right_weapon.def_ratio_atk_ele & (1<<tstatus->def_ele) || |