fix deathbox, first player starts with a X
This commit is contained in:
parent
58ac078430
commit
e2d1792cec
|
|
@ -25,6 +25,8 @@ public class DeathBoxGameLogicService : IGameLogicService
|
||||||
id => id,
|
id => id,
|
||||||
_ => new DeathBoxPlayerState());
|
_ => new DeathBoxPlayerState());
|
||||||
|
|
||||||
|
playerStates[playerOrder.First()].XCount += 1; // First player starts with an X
|
||||||
|
|
||||||
return new DeathBoxGameModel
|
return new DeathBoxGameModel
|
||||||
{
|
{
|
||||||
CoffinSize = options.CoffinSize,
|
CoffinSize = options.CoffinSize,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue