Skip to content

Commit

Permalink
Merge pull request #324 from Darkmajia/loadout-extras
Browse files Browse the repository at this point in the history
loadout extras + title change
  • Loading branch information
formlessnameless authored Sep 22, 2024
2 parents 28d8416 + b09d672 commit 5763327
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ private void OpenLoadout(JobPrototype? jobProto, RoleLoadout roleLoadout, RoleLo

_loadoutWindow = new LoadoutWindow(Profile, roleLoadout, roleLoadoutProto, _playerManager.LocalSession, collection)
{
Title = jobProto?.ID + "-loadout",
Title = Loc.GetString(jobProto?.Name ?? "Job") + " Loadout",
};

// Refresh the buttons etc.
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/Loadouts/Miscellaneous/glasses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
equipment:
eyes: ClothingEyesGlasses

# Cheap sunglasses
- type: loadout
id: GlassesCheapSunglasses
equipment:
eyes: ClothingEyesGlassesCheapSunglasses

# Special options
# Jamjar
- type: loadout
Expand Down
18 changes: 18 additions & 0 deletions Resources/Prototypes/Loadouts/Miscellaneous/trinkets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,21 @@
storage:
back:
- PersonalAI

- type: loadout
id: FolderBlack
storage:
back:
- BoxFolderBlack

- type: loadout
id: BarFlask
storage:
back:
- DrinkFlaskBar

- type: loadout
id: NewtonCradle
storage:
back:
- NewtonCradle
4 changes: 4 additions & 0 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
- CigarCase
- CigarGold
- PersonalAI
- FolderBlack
- BarFlask
- NewtonCradle
- ClothingNeckLGBTPin
- ClothingNeckAromanticPin
- ClothingNeckAsexualPin
Expand All @@ -35,6 +38,7 @@
minLimit: 0
loadouts:
- Glasses
- GlassesCheapSunglasses
- GlassesJamjar
- GlassesJensen

Expand Down

0 comments on commit 5763327

Please sign in to comment.