Fix type-o on victory points
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
parent
2dd3f927b0
commit
e9a542bc64
@ -2573,7 +2573,7 @@ const getVictoryPointRule = (game) => {
|
||||
|| !game.rules['victory-points'].enabled) {
|
||||
return minVP;
|
||||
}
|
||||
return game.rules['victory-pionts'].points;
|
||||
return game.rules['victory-points'].points;
|
||||
}
|
||||
|
||||
const setRules = (game, session, rules) => {
|
||||
@ -3429,7 +3429,7 @@ const calculatePoints = (game, update) => {
|
||||
|| game.sessions[key].status === 'Not active') {
|
||||
continue;
|
||||
}
|
||||
const message = `Wahoo! ${player.name} has ${player.points} `
|
||||
const message = `Wahoo! ${player.name} has ${player.points} ` +
|
||||
`points on their turn and has won!`;
|
||||
addChatMessage(game, null, message)
|
||||
console.log(`${info}: ${message}`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user