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