Replaced commas (fmt issue)

This commit is contained in:
Caleb Cochran 2020-02-25 21:59:08 -06:00
parent 9f7aa61fbd
commit 8479230e66

View File

@ -124,7 +124,7 @@ impl<'a> System<'a> for Sys {
if thread_rng().gen::<f32>() < 0.1 {
choose_target = true;
}
}
},
Activity::Follow(target, chaser) => {
if let (Some(tgt_pos), _tgt_stats) =
(positions.get(*target), stats.get(*target))
@ -146,7 +146,7 @@ impl<'a> System<'a> for Sys {
} else {
do_idle = true;
}
}
},
Activity::Attack {
target,
chaser,