Closed brunolm closed 8 months ago
const actor = getActor(data.source); const target = getTarget(actor, data.target); if (target.character_id === "022a350f") return;
When grenades are on the floor or attached to the enemy and you shoot them they take damage that's added to the total.
So, damage dealt to the grenades itself needs to be disregarded.
https://github.com/nyaoouo/GBFR-ACT/blob/master/act_ws.html#L840
When grenades are on the floor or attached to the enemy and you shoot them they take damage that's added to the total.
So, damage dealt to the grenades itself needs to be disregarded.
https://github.com/nyaoouo/GBFR-ACT/blob/master/act_ws.html#L840