This commit is contained in:
aozhiwei 2023-11-02 14:45:24 +08:00
parent 0f33b52761
commit f9753316b0

View File

@ -230,6 +230,11 @@ void Human::DecHP(float dec_hp, int killer_id, const std::string killer_name, in
if (!room->BattleStarted()) {
return;
}
#ifdef DEBUG
if (a8::HasBitFlag(status, CS_NoDie)) {
return;
}
#endif
#ifdef DEBUG
#if 0
if (IsPlayer()) {