summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/skill.c')
-rw-r--r--src/map/skill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c
index 688f84c99..131e8324b 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -1088,7 +1088,7 @@ int skill_additional_effect( struct block_list* src, struct block_list *bl,int s
}
}
}
- if (dstsd &&
+ if (dstsd && ((sd && !sd->state.arrow_atk) || (status_get_range(src)<=2)) &&
rand()%10000 < dstsd->addeff3[i-SC_STONE]*sc_def_card/100){
if(battle_config.battle_log)
printf("PC %d skill_addeff: cardによる異常?動 %d %d\n",src->id,i,dstsd->addeff3[i-SC_STONE]);