1
This commit is contained in:
parent
aa353e9318
commit
bcaa24b095
@ -68,6 +68,13 @@ void HideBuff::Deactivate()
|
|||||||
if (meta->_int_buff_param6 > 0) {
|
if (meta->_int_buff_param6 > 0) {
|
||||||
owner->GetAbility()->DecSwitch(kHideBuffAimingShow);
|
owner->GetAbility()->DecSwitch(kHideBuffAimingShow);
|
||||||
}
|
}
|
||||||
|
if (!owner->nature_recover_hp_idle_timer.expired()) {
|
||||||
|
owner->room->xtimer.FireEvent
|
||||||
|
(
|
||||||
|
owner->nature_recover_hp_idle_timer,
|
||||||
|
kRemoveNatureRecoverTimerEvent,
|
||||||
|
nullptr);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void HideBuff::AddInRangeObject(Creature* target)
|
void HideBuff::AddInRangeObject(Creature* target)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user