1
This commit is contained in:
parent
d3983b7347
commit
50ca1a5543
@ -334,7 +334,7 @@ void CallFuncBuff::ProcAddEnergyShield()
|
||||
|
||||
void CallFuncBuff::ProcAddHp()
|
||||
{
|
||||
if (!owner->dead) {
|
||||
if (!owner->dead && !owner->downed) {
|
||||
if (std::abs(owner->GetMaxHP() - owner->GetHP()) < 0.001f) {
|
||||
is_valid_ = false;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user