diff --git a/Resources/Prototypes/ADT/Entities/Markers/Spawners/job.yml b/Resources/Prototypes/ADT/Entities/Markers/Spawners/job.yml index b5bba07e35e..3198ac42bde 100644 --- a/Resources/Prototypes/ADT/Entities/Markers/Spawners/job.yml +++ b/Resources/Prototypes/ADT/Entities/Markers/Spawners/job.yml @@ -1,3 +1,14 @@ +- type: entity + id: ADTSpawnPointJobBase + parent: MarkerBase + abstract: true + suffix: Job Spawn ADT + components: + - type: SpawnPoint + spawn_type: Job + - type: Sprite + sprite: ADT/Markers/job.rsi + - type: entity id: SpawnPointADTPathologist parent: ADTSpawnPointJobBase diff --git a/Resources/Textures/Interface/Misc/job_icons.rsi/meta.json b/Resources/Textures/Interface/Misc/job_icons.rsi/meta.json index b0f8a432f8e..054fb188326 100644 --- a/Resources/Textures/Interface/Misc/job_icons.rsi/meta.json +++ b/Resources/Textures/Interface/Misc/job_icons.rsi/meta.json @@ -11,6 +11,9 @@ { "name": "Detective" }, + { + "name": "ADTPathologist" + }, { "name": "QuarterMaster" },