Patched in HailMary, Updated the gamelog.
This commit is contained in:
@@ -5,6 +5,7 @@ pub enum Action {
|
||||
CrackStudentBodyRightTackle,
|
||||
Curls,
|
||||
FleaFlicker,
|
||||
HailMary,
|
||||
HalfbackSlam,
|
||||
HalfbackSlipScreen,
|
||||
HalfbackSweep,
|
||||
|
||||
@@ -46,6 +46,8 @@ impl Game {
|
||||
let events = self
|
||||
.periods
|
||||
.iter()
|
||||
// TOTALLY BORKED.
|
||||
// BREAKS IF THE TEAMS ARE UNKNOWN, NEEDS FIXING.
|
||||
.filter_map(|period| Some(period.team_events(team.to_owned(), None).ok().unwrap()))
|
||||
.collect::<Vec<Vec<Event>>>()
|
||||
.concat();
|
||||
|
||||
Reference in New Issue
Block a user