1
This commit is contained in:
parent
1fa5c3c4f6
commit
5de6988fd0
@ -544,7 +544,11 @@ void Skill::ProcSWZB()
|
||||
kDieEvent,
|
||||
[this] (const std::vector<std::any>& params)
|
||||
{
|
||||
|
||||
int killer_id = std::any_cast<int>(params.at(0));
|
||||
Entity* killer = owner->room->GetEntityByUniId(killer_id);
|
||||
if (killer) {
|
||||
owner->TryAddBuff(owner, 209016);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user