diff --git a/Resources/Prototypes/Corvax/Entities/Markers/Spawners/jobs.yml b/Resources/Prototypes/Corvax/Entities/Markers/Spawners/jobs.yml index ae4cb7c4b3..9f6c0ac131 100644 --- a/Resources/Prototypes/Corvax/Entities/Markers/Spawners/jobs.yml +++ b/Resources/Prototypes/Corvax/Entities/Markers/Spawners/jobs.yml @@ -76,7 +76,7 @@ - type: entity id: N14SpawnPointBoSMidScout - parent: N14SpawnPointWastelander + parent: N14SpawnPointBoSMidPaladinCommander name: BOS midwest scout components: - type: SpawnPoint @@ -84,4 +84,4 @@ - type: Sprite layers: - state: green - - state: passenger # TODO make new icons + - state: scout diff --git a/Resources/Prototypes/Corvax/Entities/Mobs/Player/brotherhood_midwest.yml b/Resources/Prototypes/Corvax/Roles/Jobs/BrotherhoodMidwest/brotherhood_midwest_entity.yml similarity index 82% rename from Resources/Prototypes/Corvax/Entities/Mobs/Player/brotherhood_midwest.yml rename to Resources/Prototypes/Corvax/Roles/Jobs/BrotherhoodMidwest/brotherhood_midwest_entity.yml index 5d176c15c5..1b92b4f0b9 100644 --- a/Resources/Prototypes/Corvax/Entities/Mobs/Player/brotherhood_midwest.yml +++ b/Resources/Prototypes/Corvax/Roles/Jobs/BrotherhoodMidwest/brotherhood_midwest_entity.yml @@ -3,5 +3,7 @@ id: N14MobHumanBoSMidScout name: BoSMidScout components: + - type: Icon + state: scout - type: Loadout prototypes: [BoSMidScoutGear] \ No newline at end of file diff --git a/Resources/Textures/_Nuclear14/Markers/Jobs/bosmid.rsi/meta.json b/Resources/Textures/_Nuclear14/Markers/Jobs/bosmid.rsi/meta.json index b7e86d3db3..06dd211440 100644 --- a/Resources/Textures/_Nuclear14/Markers/Jobs/bosmid.rsi/meta.json +++ b/Resources/Textures/_Nuclear14/Markers/Jobs/bosmid.rsi/meta.json @@ -24,6 +24,9 @@ }, { "name": "squire" + }, + { + "name": "scout" } ] } \ No newline at end of file diff --git a/Resources/Textures/_Nuclear14/Markers/Jobs/bosmid.rsi/scout.png b/Resources/Textures/_Nuclear14/Markers/Jobs/bosmid.rsi/scout.png new file mode 100644 index 0000000000..f888f8270f Binary files /dev/null and b/Resources/Textures/_Nuclear14/Markers/Jobs/bosmid.rsi/scout.png differ