Various fixes.
This commit is contained in:
@@ -2353,7 +2353,7 @@
|
|||||||
terrain: Yards(13),
|
terrain: Yards(13),
|
||||||
),
|
),
|
||||||
Play(
|
Play(
|
||||||
action: FleaFlicker, # Mistake
|
action: FleaFlicker, // Mistake
|
||||||
down: Third,
|
down: Third,
|
||||||
terrain: Yards(13),
|
terrain: Yards(13),
|
||||||
),
|
),
|
||||||
@@ -2431,7 +2431,7 @@
|
|||||||
),
|
),
|
||||||
Game(
|
Game(
|
||||||
version: "0.7.1",
|
version: "0.7.1",
|
||||||
flags: [Interval(4)]
|
flags: [Interval(4)],
|
||||||
events: [
|
events: [
|
||||||
Quarter(First),
|
Quarter(First),
|
||||||
Kickoff(ArizonaState),
|
Kickoff(ArizonaState),
|
||||||
@@ -2594,7 +2594,7 @@
|
|||||||
events: [
|
events: [
|
||||||
Quarter(First),
|
Quarter(First),
|
||||||
Kickoff(Syracuse),
|
Kickoff(Syracuse),
|
||||||
Penalty(Yards(15))
|
Penalty(Yards(15)),
|
||||||
Play(
|
Play(
|
||||||
action: HalfbackSweep,
|
action: HalfbackSweep,
|
||||||
down: Second,
|
down: Second,
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ pub enum Action {
|
|||||||
PlayActionComebacks,
|
PlayActionComebacks,
|
||||||
PlayActionPowerZero,
|
PlayActionPowerZero,
|
||||||
PowerZero,
|
PowerZero,
|
||||||
|
Punt,
|
||||||
SlantBubble,
|
SlantBubble,
|
||||||
SlotOut,
|
SlotOut,
|
||||||
SpeedOption,
|
SpeedOption,
|
||||||
|
|||||||
@@ -333,6 +333,7 @@ impl Period {
|
|||||||
#[derive(Debug, Deserialize, Clone, PartialEq)]
|
#[derive(Debug, Deserialize, Clone, PartialEq)]
|
||||||
pub enum Flags {
|
pub enum Flags {
|
||||||
ClockBleed(Team),
|
ClockBleed(Team),
|
||||||
|
Gameplan(u8),
|
||||||
IgnoreActions,
|
IgnoreActions,
|
||||||
IgnoreTeam(Team),
|
IgnoreTeam(Team),
|
||||||
IgnoreScore,
|
IgnoreScore,
|
||||||
|
|||||||
Reference in New Issue
Block a user