summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index fabad4460..538f47bb0 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -1671,6 +1671,9 @@ int battle_calc_skillratio(int attack_type, struct block_list *src, struct block
case SU_BITE:
skillratio += 100;
break;
+ case SU_SCRATCH:
+ skillratio += -50 + 50 * skill_lv;
+ break;
/**
* Arch Bishop
**/