diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index 401459bb30..ee74f8635e 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -93,6 +93,7 @@ - id: WeaponAntiqueLaser - id: JetpackCaptainFilled - id: MedalCase + - id: ClothingHeadHatCapcap - type: entity id: LockerHeadOfPersonnelFilled diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index 7813870d48..26edce4948 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -230,7 +230,7 @@ parent: ClothingHeadBase id: ClothingHeadHatHopcap name: head of personnel's cap - description: A grand, stylish captain cap. + description: A grand, stylish head of personnel's cap. components: - type: Sprite sprite: Clothing/Head/Hats/hopcap.rsi @@ -730,3 +730,17 @@ - type: ContainerContainer containers: storagebase: !type:Container + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatCapcap + name: cap cap + description: A grand, stylish captain cap. + components: + - type: Sprite + sprite: Clothing/Head/Hats/capcap.rsi + - type: Clothing + sprite: Clothing/Head/Hats/capcap.rsi + - type: Tag + tags: + - WhitelistChameleon diff --git a/Resources/Textures/Clothing/Head/Hats/capcap.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/capcap.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..9e6bdff9f2 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/capcap.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/capcap.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/capcap.rsi/icon.png new file mode 100644 index 0000000000..771ba8fca3 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/capcap.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/capcap.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/capcap.rsi/meta.json new file mode 100644 index 0000000000..4601ad8a0d --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/capcap.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TG\u0027s https://github.com/tgstation/tgstation/commit/0671297bb1c1b31d5885f2768aecbe9dc51d39e7l , edited by Skarletto (github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} \ No newline at end of file