diff options
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 07bc5379a..d7bae3c0e 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -2096,7 +2096,7 @@ static struct Damage battle_calc_weapon_attack(struct block_list *src,struct blo if (100*sstatus->hp <= 20*sstatus->max_hp) hp = sstatus->hp; } else - hp = 5*hp/1000; + hp = 2*hp/100; //2% hp loss per hit status_zap(src, hp, 0); } |