1
This commit is contained in:
parent
0f33b52761
commit
f9753316b0
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user