1
This commit is contained in:
parent
741eecb8fe
commit
d332595a71
@ -3106,10 +3106,12 @@ void Human::ProcReliveAction()
|
||||
return;
|
||||
}
|
||||
Human* hum = (Human*)entity;
|
||||
#if 0
|
||||
if (hum->action_type == AT_Rescue) {
|
||||
hum->CancelAction();
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
if (!hum->dead && hum->downed) {
|
||||
SetHP(MetaMgr::Instance()->GetSysParamAsInt("downed_relive_recover_hp"));
|
||||
hum->downed = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user