This commit is contained in:
aozhiwei 2021-07-08 03:01:57 +00:00
parent 741eecb8fe
commit d332595a71

View File

@ -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;