1
This commit is contained in:
parent
72540b8569
commit
aeacf61ade
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user