fix deathbox, first player starts with a X

This commit is contained in:
beo3000 2025-12-29 09:59:20 +01:00
parent 58ac078430
commit e2d1792cec
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ public class DeathBoxGameLogicService : IGameLogicService
id => id,
_ => new DeathBoxPlayerState());
playerStates[playerOrder.First()].XCount += 1; // First player starts with an X
return new DeathBoxGameModel
{
CoffinSize = options.CoffinSize,