Skip to content

Commit

Permalink
fix(data/weapons): attachment types
Browse files Browse the repository at this point in the history
  • Loading branch information
DokaDoka authored and thelindat committed Feb 23, 2023
1 parent 5a20993 commit 0abcbdb
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions data/weapons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ return {
['at_suppressor_light'] = {
label = 'Suppressor',
weight = 280,
type = 'barrel',
type = 'muzzle',
client = {
component = {
`COMPONENT_AT_PI_SUPP`,
Expand All @@ -731,7 +731,7 @@ return {
['at_suppressor_heavy'] = {
label = 'Tactical Suppressor',
weight = 280,
type = 'barrel',
type = 'muzzle',
client = {
component = {
`COMPONENT_AT_AR_SUPP`,
Expand All @@ -745,7 +745,7 @@ return {

['at_grip'] = {
label = 'Grip',
type = 'forward',
type = 'grip',
weight = 280,
client = {
component = {
Expand All @@ -758,7 +758,7 @@ return {

['at_barrel'] = {
label = 'Heavy Barrel',
type = 'forward',
type = 'barrel',
weight = 280,
client = {
component = {
Expand Down Expand Up @@ -923,7 +923,7 @@ return {

['at_compensator'] = {
label = 'Compensator',
type = 'barrel',
type = 'muzzle',
weight = 280,
client = {
component = {
Expand Down Expand Up @@ -1044,7 +1044,7 @@ return {

['at_muzzle_flat'] = {
label = 'Flat Muzzle',
type = 'barrel',
type = 'muzzle',
weight = 80,
client = {
component = {
Expand All @@ -1056,7 +1056,7 @@ return {

['at_muzzle_tactical'] = {
label = 'Tactical Muzzle',
type = 'barrel',
type = 'muzzle',
weight = 80,
client = {
component = {
Expand All @@ -1068,7 +1068,7 @@ return {

['at_muzzle_fat'] = {
label = 'Fat Muzzle',
type = 'barrel',
type = 'muzzle',
weight = 80,
client = {
component = {
Expand All @@ -1080,7 +1080,7 @@ return {

['at_muzzle_precision'] = {
label = 'Precision Muzzle',
type = 'barrel',
type = 'muzzle',
weight = 80,
client = {
component = {
Expand All @@ -1092,7 +1092,7 @@ return {

['at_muzzle_heavy'] = {
label = 'Heavy Muzzle',
type = 'barrel',
type = 'muzzle',
weight = 80,
client = {
component = {
Expand All @@ -1104,7 +1104,7 @@ return {

['at_muzzle_slanted'] = {
label = 'Slanted Muzzle',
type = 'barrel',
type = 'muzzle',
weight = 80,
client = {
component = {
Expand All @@ -1116,7 +1116,7 @@ return {

['at_muzzle_split'] = {
label = 'Split Muzzle',
type = 'barrel',
type = 'muzzle',
weight = 80,
client = {
component = {
Expand All @@ -1128,7 +1128,7 @@ return {

['at_muzzle_squared'] = {
label = 'Squared Muzzle',
type = 'barrel',
type = 'muzzle',
weight = 80,
client = {
component = {
Expand All @@ -1140,7 +1140,7 @@ return {

['at_muzzle_bell'] = {
label = 'Bell Muzzle',
type = 'barrel',
type = 'muzzle',
weight = 80,
client = {
component = {
Expand Down

0 comments on commit 0abcbdb

Please sign in to comment.