make things beautiful

This commit is contained in:
ajuvercr 2020-04-17 17:03:12 +02:00
parent 8d0144f1ef
commit bebc10a81f

View file

@ -284,10 +284,6 @@ impl Game {
}).collect();
}
<<<<<<< HEAD
=======
>>>>>>> e5af4f4... too late commit lol
fn update_ship_counts(&mut self) {
self.ship_counts = self.states[self.turn].expeditions.iter().map(|s| {
s.ship_count as usize