Can change bot type in rules screen
This commit is contained in:
@@ -36,7 +36,7 @@ impl GameRules {
|
||||
.join(","),
|
||||
boats_can_touch: MULTI_PLAYER_BOATS_CAN_TOUCH,
|
||||
player_continue_on_hit: MULTI_PLAYER_PLAYER_CAN_CONTINUE_AFTER_HIT,
|
||||
bot_type: BotType::Random,
|
||||
bot_type: BotType::Smart,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user