ACTOR TacticalShotgun : Weapon 22052
{
  Weapon.SelectionOrder 300
  Weapon.AmmoUse 2
  Weapon.AmmoUse2 2
  Weapon.AmmoGive 8
  Weapon.AmmoType "Shell"
  Weapon.AmmoType2 "Shell"
  Inventory.PickupMessage "You Got the Tactical Shotgun"
  Weapon.SlotNumber 3
  Obituary "$OB_MPSHOTGUN"
  Decal "BulletChip"
  Tag "Tactical Shotgun"
  States
  {
  Ready:
    TACT A 1 A_WeaponReady
    Loop
  Deselect:
    TACT A 1 A_Lower
    Loop
  Select:
    TACT A 1 A_Raise
    Loop
  Fire:
    TACT A 3
    TACT A 7 A_FireShotgun2
    TACT BC 5
    TACT D 4 A_PlaySound ("tacpump", CHAN_5)
    TACT CB 5
    TACT A 3
    TACT A 7 A_ReFire
    Goto Ready
  Flash:
    TACT E 4 Bright A_Light1
    TACT F 3 Bright A_Light2
    Goto LightDone
  Spawn:
    TACT I -1
    Stop
  }
}