Compare commits

..

2 commits

Author SHA1 Message Date
Henri Bourcereau b624629cad doc: rêveries 2024-09-27 15:35:26 +02:00
Henri Bourcereau fb3e2678fc feat: relevé 2024-09-27 15:35:26 +02:00

View file

@ -301,8 +301,8 @@ impl GameState {
return false;
}
// Check the turn stage
if self.turn_stage != TurnStage::HoldOrGoChoice
&& self.turn_stage != TurnStage::Move
if self.turn_stage != TurnStage::Move
&& self.turn_stage != TurnStage::HoldOrGoChoice
{
return false;
}