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;
|
return false;
|
||||||
}
|
}
|
||||||
// Check the turn stage
|
// Check the turn stage
|
||||||
if self.turn_stage != TurnStage::Move
|
if self.turn_stage != TurnStage::HoldOrGoChoice
|
||||||
&& self.turn_stage != TurnStage::HoldOrGoChoice
|
&& self.turn_stage != TurnStage::Move
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue