修复龙主动技能能量护罩显示问题
This commit is contained in:
parent
96c1ae8039
commit
dc03ded1f6
@ -548,6 +548,12 @@ void CallFuncBuff::ProcAddEnergyShield()
|
||||
if (dur_time < 0.00001f) {
|
||||
dur_time = 99999999;
|
||||
}
|
||||
#if 1
|
||||
if (owner->energy_shield > 0) {
|
||||
owner->energy_shield = 0;
|
||||
owner->GetTrigger()->DestoryEnergyShield();
|
||||
}
|
||||
#endif
|
||||
if (owner->energy_shield > 0) {
|
||||
is_valid_ = false;
|
||||
owner->GetTrigger()->UpdateEnergyShield(hold_param2_, dur_time);
|
||||
|
Loading…
x
Reference in New Issue
Block a user