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