Added spying deaths to diagnostics
This commit is contained in:
@@ -71,6 +71,7 @@ Event Ideas
|
|||||||
|
|
||||||
* Capture the flag.
|
* Capture the flag.
|
||||||
* Bosses / raids (drop exclusive badges / items).
|
* Bosses / raids (drop exclusive badges / items).
|
||||||
|
* Tug of War (endian wars).
|
||||||
|
|
||||||
Badge Ideas
|
Badge Ideas
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -231,6 +231,7 @@ const spyGameplayLogic = (connection, pendingSpying) => {
|
|||||||
if (err) throw err;
|
if (err) throw err;
|
||||||
|
|
||||||
log('Spy failed', pendingSpying.attackerId, pendingSpying.defenderId, pendingSpying.attackingUnits, totalEyes);
|
log('Spy failed', pendingSpying.attackerId, pendingSpying.defenderId, pendingSpying.attackingUnits, totalEyes);
|
||||||
|
logDiagnostics(connection, 'death', pendingSpying.attackingUnits);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user