diff --git a/Resources/Prototypes/DeltaV/Entities/Mobs/Player/humanoid.yml b/Resources/Prototypes/DeltaV/Entities/Mobs/Player/humanoid.yml index ea6f5f88811..2c8b01553a7 100644 --- a/Resources/Prototypes/DeltaV/Entities/Mobs/Player/humanoid.yml +++ b/Resources/Prototypes/DeltaV/Entities/Mobs/Player/humanoid.yml @@ -22,7 +22,7 @@ components: - type: Sprite netsync: false - sprite: Markers/jobs.rsi + sprite: DeltaV/Markers/jobs.rsi state: mobster - type: RandomMetadata nameSegments: @@ -53,7 +53,7 @@ components: - type: Sprite netsync: false - sprite: Markers/jobs.rsi + sprite: DeltaV/Markers/jobs.rsi state: mobster - type: RandomMetadata nameSegments: diff --git a/Resources/Prototypes/DeltaV/Roles/Jobs/Fun/misc_startinggear.yml b/Resources/Prototypes/DeltaV/Roles/Jobs/Fun/misc_startinggear.yml index 2580b81f61d..ffba9e980d5 100644 --- a/Resources/Prototypes/DeltaV/Roles/Jobs/Fun/misc_startinggear.yml +++ b/Resources/Prototypes/DeltaV/Roles/Jobs/Fun/misc_startinggear.yml @@ -76,6 +76,7 @@ head: ClothingHeadHatFedoraBlack shoes: ClothingShoesBootsLaceup neck: ClothingNeckTieBlack + outerClothing: ClothingOuterArmorBasicSlim id: PassengerPDA belt: ClothingBeltHolster innerClothingSkirt: ClothingUniformJumpsuitSuitBlackMob @@ -90,6 +91,7 @@ head: ClothingHeadHatFlatBrown shoes: ClothingShoesLeather neck: ClothingNeckTieBrown + outerClothing: ClothingOuterArmorBasicSlim id: PassengerPDA belt: ClothingBeltSuspendersBlack pocket1: CombatKnife diff --git a/Resources/Textures/DeltaV/Markers/jobs.rsi/meta.json b/Resources/Textures/DeltaV/Markers/jobs.rsi/meta.json index 117b0aad7c0..7e31fd29114 100644 --- a/Resources/Textures/DeltaV/Markers/jobs.rsi/meta.json +++ b/Resources/Textures/DeltaV/Markers/jobs.rsi/meta.json @@ -33,6 +33,9 @@ }, { "name": "courier" + }, + { + "name": "mobster" } ] } diff --git a/Resources/Textures/DeltaV/Markers/jobs.rsi/mobster.png b/Resources/Textures/DeltaV/Markers/jobs.rsi/mobster.png new file mode 100644 index 00000000000..1ffc17a5479 Binary files /dev/null and b/Resources/Textures/DeltaV/Markers/jobs.rsi/mobster.png differ