Skip to content

Commit

Permalink
loadout extras + title change
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkmajia committed Sep 22, 2024
1 parent 510262f commit b09d672
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 @@ -149,3 +149,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 @@ -16,6 +16,9 @@
- CigarCase
- CigarGold
- PersonalAI
- FolderBlack
- BarFlask
- NewtonCradle
- ClothingNeckLGBTPin
- ClothingNeckAromanticPin
- ClothingNeckAsexualPin
Expand All @@ -34,6 +37,7 @@
minLimit: 0
loadouts:
- Glasses
- GlassesCheapSunglasses
- GlassesJamjar
- GlassesJensen

Expand Down

0 comments on commit b09d672

Please sign in to comment.