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