This commit is contained in:
aozhiwei 2023-09-01 14:59:43 +08:00
parent 6519f549f1
commit 69b31ae9e0

View File

@ -2444,6 +2444,7 @@ void Human::OnExplosionHit(Explosion* e)
} }
RemoveBuffByEffectId(kBET_PeaceMode); RemoveBuffByEffectId(kBET_PeaceMode);
RemoveBuffByEffectId(kBET_Hide);
float finaly_dmg = GetBattleContext()->CalcDmg(e); float finaly_dmg = GetBattleContext()->CalcDmg(e);
#if 1 #if 1
{ {