Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change cases to heavy to fit weapons #2248

Merged
merged 2 commits into from
Oct 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading