This commit is contained in:
aozhiwei 2023-02-17 14:47:17 +08:00
parent 55ad61c422
commit 79dbff124a

View File

@ -13,7 +13,6 @@
void HoldShieldBuff::Activate()
{
owner->IncDisableAttackDirTimes();
owner->shield_max_hp_ = SkillHelper::GetLdfyHp(owner, skill_meta);
owner->shield_hp_ = owner->shield_max_hp_;
owner->room->frame_event.AddPropChg(owner->GetWeakPtrRef(),
@ -68,5 +67,4 @@ void HoldShieldBuff::Activate()
void HoldShieldBuff::Deactivate()
{
owner->DecDisableAttackDirTimes();
}