Fix #68 - send message on VP play
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
parent
0e91755c72
commit
b2c4e54432
@ -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') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user