1
This commit is contained in:
parent
ca1778f611
commit
7307b35c5c
@ -2050,7 +2050,7 @@ void Human::CheckSkinTank()
|
||||
hum->last_tank_attacker = this;
|
||||
hum->last_tank_attack_idx = App::Instance()->NewUuid();
|
||||
float def = hum->def + hum->buff.def_add;
|
||||
float finaly_dmg = MetaMgr::Instance()->tank_damage2 * (1 - def/MetaMgr::Instance()->K);
|
||||
float finaly_dmg = MetaMgr::Instance()->tank_damage1 * (1 - def/MetaMgr::Instance()->K);
|
||||
hum->DecHP(finaly_dmg,
|
||||
entity_uniid,
|
||||
name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user