This commit is contained in:
aozhiwei 2024-02-27 11:18:40 +08:00
parent 9300dd66ec
commit 150b4940db

View File

@ -246,7 +246,7 @@ void Human::DecHP(float dec_hp, int killer_id, const std::string killer_name, in
}
#endif
}
if (HasBuffEffect(kBET_Invincible)) {
if (HasBuffEffect(kBET_Invincible) && killer_id != VP_Gas) {
return;
}
{