1
This commit is contained in:
parent
55ad61c422
commit
79dbff124a
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user