Fix automatic fire

This commit is contained in:
Pierre HUBERT 2022-10-17 08:03:13 +02:00
parent 42b0d84f9d
commit b4772aa88e

View File

@ -173,7 +173,7 @@ impl Game {
// Determine target of fire // Determine target of fire
let target = self let target = self
.get_game_status_for_player(opponent(self.turn)) .get_game_status_for_player(self.turn)
.find_fire_coordinates_for_bot_type(self.rules.bot_type); .find_fire_coordinates_for_bot_type(self.rules.bot_type);
// Fire as player // Fire as player