diff --git a/public/content/task_list.md b/public/content/task_list.md index aabaf47..6f1f523 100644 --- a/public/content/task_list.md +++ b/public/content/task_list.md @@ -71,6 +71,7 @@ Event Ideas * Capture the flag. * Bosses / raids (drop exclusive badges / items). +* Tug of War (endian wars). Badge Ideas --- diff --git a/server/spying.js b/server/spying.js index 6014ee0..30c3126 100644 --- a/server/spying.js +++ b/server/spying.js @@ -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); }); }); });