Compare commits
2 commits
012fe30611
...
b624629cad
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b624629cad | ||
|
|
fb3e2678fc |
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue