Compare commits
2 commits
b624629cad
...
012fe30611
| Author | SHA1 | Date | |
|---|---|---|---|
| 012fe30611 | |||
| 6e8c1f6dbd |
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue