add start tile back to the market after scoring
This commit is contained in:
parent
7debb20e4c
commit
083bafc357
|
@ -234,6 +234,7 @@ impl GameState {
|
|||
if player.floor.start == 1 {
|
||||
self.starting_player = player_name.clone();
|
||||
player.floor.start = 0;
|
||||
self.market.start = 1;
|
||||
}
|
||||
|
||||
self.lid += player.floor.try_into()?;
|
||||
|
|
Loading…
Reference in New Issue