Correct naming of ShotgunWingOffsetWk.

This commit is contained in:
Cutieguwu
2025-04-28 20:01:38 -04:00
parent d37e235e90
commit d7a7c6667f

View File

@@ -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,