Skip to content

Commit

Permalink
Loadouts: fix empty SR messenger bag (new-frontiers-14#1545)
Browse files Browse the repository at this point in the history
* Loadouts: fix empty SR messenger bag

* SR loadout: use green messenger bag variant
  • Loading branch information
whatston3 authored Jun 20, 2024
1 parent a758a2e commit 4f7cc5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@

- type: entity
noSpawn: true
parent: [ClothingBackpackMessenger, ClothingBackpackSrFilled]
parent: [ClothingBackpackMessengerSr, ClothingBackpackSrFilled]
id: ClothingBackpackMessengerSrFilled

- type: entity
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/_NF/Loadouts/Jobs/StationRep/bags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
back: ClothingBackpackSatchelSrFilled

- type: loadout
id: StationRepClothingBackpackMessengerSr
equipment: StationRepClothingBackpackMessengerSr
id: StationRepClothingBackpackMessengerSrFilled
equipment: StationRepClothingBackpackMessengerSrFilled
price: 0

- type: startingGear
id: StationRepClothingBackpackMessengerSr
id: StationRepClothingBackpackMessengerSrFilled
equipment:
back: ClothingBackpackMessengerSr
back: ClothingBackpackMessengerSrFilled

- type: loadout
id: StationRepClothingBackpackIanFilled
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- StationRepClothingBackpackSrFilled
- StationRepClothingBackpackDuffelSrFilled
- StationRepClothingBackpackSatchelSrFilled
- StationRepClothingBackpackMessengerSr
- StationRepClothingBackpackMessengerSrFilled
- StationRepClothingBackpackIanFilled #We put the ian bag here so its not default, we also let SR pick a bag out of drip concerns.

- type: loadoutGroup
Expand Down

0 comments on commit 4f7cc5b

Please sign in to comment.