This commit is contained in:
aozhiwei 2023-04-13 17:32:22 +08:00
parent 72540b8569
commit aeacf61ade

View File

@ -154,6 +154,8 @@ void CallFuncBuff::Activate()
break;
case BuffCallFunc_e::kRefreshHp:
{
owner->SetHP(owner->GetMaxHP());
owner->room->frame_event.AddHpChg(owner->GetWeakPtrRef());
}
break;
default: