diff --git a/Resources/Prototypes/Entities/Effects/Markers/spawn_points_jobs.yml b/Resources/Prototypes/Entities/Effects/Markers/spawn_points_jobs.yml index df3a01813a..a63903c1b8 100644 --- a/Resources/Prototypes/Entities/Effects/Markers/spawn_points_jobs.yml +++ b/Resources/Prototypes/Entities/Effects/Markers/spawn_points_jobs.yml @@ -99,15 +99,15 @@ state: Mime # Chaplain -- type: entity - id: SpawnPointChaplain - parent: SpawnPointJobBase - name: spawn point (chaplain) - components: - - type: SpawnPoint - job_id: Chaplain - - type: Sprite - state: Chaplain +#- type: entity +# id: SpawnPointChaplain +# parent: SpawnPointJobBase +# name: spawn point (chaplain) +# components: +# - type: SpawnPoint +# job_id: Chaplain +# - type: Sprite +# state: Chaplain # Janitor - type: entity @@ -249,4 +249,3 @@ job_id: SecurityOfficer - type: Sprite state: Security Officer - diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index 5f94b67611..d4fe1f426f 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -105,20 +105,20 @@ - type: Icon state: pda-mime -- type: entity - name: Chaplain PDA - parent: BasePDA - id: ChaplainPDA - description: God's chosen PDA. - components: - - type: PDA - idCard: ChaplainIDCard - - type: Appearance - visuals: - - type: PDAVisualizer - state: pda-chaplain - - type: Icon - state: pda-chaplain +#- type: entity +# name: Chaplain PDA +# parent: BasePDA +# id: ChaplainPDA +# description: God's chosen PDA. +# components: +# - type: PDA +# idCard: ChaplainIDCard +# - type: Appearance +# visuals: +# - type: PDAVisualizer +# state: pda-chaplain +# - type: Icon +# state: pda-chaplain - type: entity name: Quartermaster PDA diff --git a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml index 4302feeeac..16617ddfc2 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml @@ -174,19 +174,19 @@ - type: PresetIdCard job: Mime -- type: entity - parent: IDCardStandard - id: ChaplainIDCard - name: chaplain ID card - components: - - type: Sprite - layers: - - state: default - - state: assigned - - state: idchaplain - - - type: PresetIdCard - job: Chaplain +#- type: entity +# parent: IDCardStandard +# id: ChaplainIDCard +# name: chaplain ID card +# components: +# - type: Sprite +# layers: +# - state: default +# - state: assigned +# - state: idchaplain +# +# - type: PresetIdCard +# job: Chaplain - type: entity parent: IDCardStandard diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml b/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml index a093c33dd0..bb67525c43 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/chaplain.yml @@ -1,20 +1,20 @@ -- type: job - id: Chaplain - name: "chaplain" - positions: 1 - startingGear: ChaplainGear - department: - - Civilian - icon: "Chaplain" - access: - - Chapel - - Maintenance +#- type: job +# id: Chaplain +# name: "chaplain" +# positions: 1 +# startingGear: ChaplainGear +# department: +# - Civilian +# icon: "Chaplain" +# access: +# - Chapel +# - Maintenance -- type: startingGear - id: ChaplainGear - equipment: - innerclothing: ClothingUniformJumpsuitChaplain - backpack: ClothingBackpack - shoes: ClothingShoesColorBlack - idcard: ChaplainPDA - ears: ClothingHeadsetService +#- type: startingGear +# id: ChaplainGear +# equipment: +# innerclothing: ClothingUniformJumpsuitChaplain +# backpack: ClothingBackpack +# shoes: ClothingShoesColorBlack +# idcard: ChaplainPDA +# ears: ClothingHeadsetService