Skip to content

Commit

Permalink
Change cases to heavy to fit weapons (new-frontiers-14#2248)
Browse files Browse the repository at this point in the history
  • Loading branch information
GreaseMonk authored Oct 15, 2024
1 parent a305b5f commit 268a700
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
amount: 1

- type: entity
parent: WeaponCaseLong
parent: WeaponCaseHeavy # TODO: long gun case
id: WeaponCaseLongShotgunDoubleBarreledExpedition
suffix: Dungeon, Double Barreled
categories: [ HideSpawnMenu ]
Expand All @@ -161,7 +161,7 @@
amount: 1

- type: entity
parent: WeaponCaseLong
parent: WeaponCaseHeavy # TODO: long gun case
id: WeaponCaseLongKammererExpedition
suffix: Dungeon, Kammerer
categories: [ HideSpawnMenu ]
Expand Down Expand Up @@ -339,7 +339,7 @@
- id: WeaponRifleSVT
amount: 1
- id: MagazineLightRifleLowCapacity
amount: 2
amount: 2

# Energy
- type: entity
Expand Down Expand Up @@ -503,7 +503,7 @@

# LMG
- type: entity
parent: WeaponCaseLong
parent: WeaponCaseHeavy # TODO: handheld weapon long case?
id: WeaponCaseLongLightMachineGunL6
suffix: Dungeon, L6
categories: [ HideSpawnMenu ]
Expand Down

0 comments on commit 268a700

Please sign in to comment.