diff --git a/server/routes/games.js b/server/routes/games.js index a9832b1..ac2a363 100755 --- a/server/routes/games.js +++ b/server/routes/games.js @@ -1884,6 +1884,7 @@ router.put("/:id/:action/:value?", async (req, res) => { error = `You can not play victory point cards until you can reach 10!`; break; } + addChatMessage(game, session, `${session.name} played a Victory Point card.`); } if (card.type === 'progress') {