From df54b8465afd0484b5e51fc323c9885b0215abb1 Mon Sep 17 00:00:00 2001 From: Darki255 Date: Mon, 29 Jul 2024 21:35:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D1=8F?= =?UTF-8?q?=D0=B5=D0=BC,=20=D1=87=D1=82=D0=BE=20=D0=BD=D0=B5=20=D0=B4?= =?UTF-8?q?=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Prototypes/ADT/Entities/Markers/Spawners/job.yml | 11 +++++++++++ .../Textures/Interface/Misc/job_icons.rsi/meta.json | 3 +++ 2 files changed, 14 insertions(+) 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" },