Skip to content

Commit

Permalink
Add new patches to custom loadout (#7397)
Browse files Browse the repository at this point in the history
# About the pull request

Added the Solar Devils patch to custom loadout in character preferences


# Explain why it's good for the game

It's just a little and fun change. I think it can be good for character
developpement, like some marines that were before in those units.
Also in the US military, you are autorised to wear the patches of your
old units, as long as your current one is visible, so it does not break
immersion.

It's my first PR, please tell me if anything is wrong :)

# Changelog


:cl:
code: Added the Solar Devils patche to the clothing accessories for
marines

/:cl:

---------

Co-authored-by: dynastyiv <[email protected]>
Co-authored-by: vero <[email protected]>
Co-authored-by: harryob <[email protected]>
  • Loading branch information
4 people authored Nov 19, 2024
1 parent 9bd563f commit c6cb385
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/client/preferences_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,10 @@ GLOBAL_LIST_EMPTY_TYPED(gear_datums_by_name, /datum/gear)
display_name = "Falling Falcons shoulder patch"
path = /obj/item/clothing/accessory/patch/falcon

/datum/gear/misc/patch_uscm/devils
display_name = "USCM Solar Devils patch"
path = /obj/item/clothing/accessory/patch/devils

/datum/gear/misc/family_photo
display_name = "Family photo"
path = /obj/item/prop/helmetgarb/family_photo
Expand Down

0 comments on commit c6cb385

Please sign in to comment.