Android build v1.1.27
This commit is contained in:
@@ -846,6 +846,13 @@ function applyPartyAttacks(
|
||||
damage: member.attackDamage,
|
||||
remainingSeconds: 1.2,
|
||||
})
|
||||
events.push({
|
||||
id: 0,
|
||||
time,
|
||||
type: 'partyAttack',
|
||||
sourceId: member.id,
|
||||
targetId: target.id,
|
||||
})
|
||||
projectileId += 1
|
||||
return {
|
||||
...member,
|
||||
@@ -876,6 +883,13 @@ function applyPartyAttacks(
|
||||
targetId: target.id,
|
||||
value: damage,
|
||||
})
|
||||
events.push({
|
||||
id: 0,
|
||||
time,
|
||||
type: 'partyAttack',
|
||||
sourceId: member.id,
|
||||
targetId: target.id,
|
||||
})
|
||||
if (defeated) {
|
||||
events.push({
|
||||
id: 0,
|
||||
|
||||
Reference in New Issue
Block a user