Correct naming of ShotgunWingOffsetWk.
This commit is contained in:
@@ -84,7 +84,7 @@ impl Action {
|
|||||||
Some(match self {
|
Some(match self {
|
||||||
Self::SlantBubble | Self::HalfbackSlam | Self::PlayActionBoot => Playset::PistolSpread,
|
Self::SlantBubble | Self::HalfbackSlam | Self::PlayActionBoot => Playset::PistolSpread,
|
||||||
Self::StrongFlood | Self::SpeedOption | Self::HalfbackSlipScreen => {
|
Self::StrongFlood | Self::SpeedOption | Self::HalfbackSlipScreen => {
|
||||||
Playset::ShotgunTripleWingsOffset
|
Playset::ShotgunWingOffsetWk
|
||||||
}
|
}
|
||||||
Self::SlotOut | Self::HalfbackSweep | Self::PlayActionComebacks => {
|
Self::SlotOut | Self::HalfbackSweep | Self::PlayActionComebacks => {
|
||||||
Playset::ShotgunDoubleFlex
|
Playset::ShotgunDoubleFlex
|
||||||
@@ -126,7 +126,7 @@ impl Action {
|
|||||||
#[derive(Debug, Clone, PartialEq)]
|
#[derive(Debug, Clone, PartialEq)]
|
||||||
pub enum Playset {
|
pub enum Playset {
|
||||||
PistolSpread,
|
PistolSpread,
|
||||||
ShotgunTripleWingsOffset,
|
ShotgunWingOffsetWk,
|
||||||
ShotgunDoubleFlex,
|
ShotgunDoubleFlex,
|
||||||
IFormNormal,
|
IFormNormal,
|
||||||
IFormTight,
|
IFormTight,
|
||||||
|
|||||||
Reference in New Issue
Block a user