Skip to content

Commit

Permalink
Merge pull request #405 from ProphetCrow/owouwu
Browse files Browse the repository at this point in the history
Add Wedding Rings to Loadouts
  • Loading branch information
Fansana authored Dec 15, 2024
2 parents 3466bb9 + 4223ea9 commit 089edb5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/Prototypes/CharacterItemGroups/gloveGroup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@
id: LoadoutHandsGlovesRobohands
- type: loadout
id: LoadoutHandsGlovesFingerless
- type: loadout
id: LoadoutGoldRing
2 changes: 2 additions & 0 deletions Resources/Prototypes/Floof/CharacterItemGroups/gloveGroup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@
id: LoadoutClothingHandsCoderValidWarmers
- type: loadout
id: LoadoutClothingHandsBeeWarmers
- type: loadout
id: LoadoutGoldRing
10 changes: 10 additions & 0 deletions Resources/Prototypes/Loadouts/hands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,13 @@
- !type:CharacterItemGroupRequirement
group: LoadoutGloves2

- type: loadout
id: LoadoutGoldRing
category: Hands
cost: 0
exclusive: true
items:
- ClothingHandsGoldRing
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutGloves2

0 comments on commit 089edb5

Please sign in to comment.