Compare commits
2 commits
b624629cad
...
012fe30611
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
012fe30611 | ||
|
|
6e8c1f6dbd |
|
|
@ -301,8 +301,8 @@ impl GameState {
|
|||
return false;
|
||||
}
|
||||
// Check the turn stage
|
||||
if self.turn_stage != TurnStage::Move
|
||||
&& self.turn_stage != TurnStage::HoldOrGoChoice
|
||||
if self.turn_stage != TurnStage::HoldOrGoChoice
|
||||
&& self.turn_stage != TurnStage::Move
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue