1
This commit is contained in:
parent
aa7309819c
commit
81f63aba95
@ -366,7 +366,7 @@ void Buff::ProcSprint()
|
|||||||
if (enemy->IsEntityType(ET_Car)) {
|
if (enemy->IsEntityType(ET_Car)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (hited_objects->find(enemy->GetUniId()) != hited_objects->end()) {
|
if (hited_objects->find(enemy->GetUniId()) == hited_objects->end()) {
|
||||||
hited_objects->insert(enemy->GetUniId());
|
hited_objects->insert(enemy->GetUniId());
|
||||||
for (int buff_id : buff->meta->param3_int_list) {
|
for (int buff_id : buff->meta->param3_int_list) {
|
||||||
enemy->TryAddBuff(buff->owner, buff_id);
|
enemy->TryAddBuff(buff->owner, buff_id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user