diff --git a/Resources/Prototypes/EstacaoPirata/PiratasRoles/Departamento/pirata_dep.yml b/Resources/Prototypes/EstacaoPirata/PiratasRoles/Departamento/pirata_dep.yml index 792d88c281e608..36de68a563f3a5 100644 --- a/Resources/Prototypes/EstacaoPirata/PiratasRoles/Departamento/pirata_dep.yml +++ b/Resources/Prototypes/EstacaoPirata/PiratasRoles/Departamento/pirata_dep.yml @@ -18,12 +18,12 @@ - Comerciante - Policia -- type: department - id: Cidade - description: Cidadãos de um Planeta - color: "#9FED58" - roles: - - Cidadao - - Comerciante - - Policia - - Soldado \ No newline at end of file +# - type: department +# id: Cidade +# description: Cidadãos de um Planeta +# color: "#9FED58" +# roles: +# - Cidadao +# - Comerciante +# - Policia +# - Soldado \ No newline at end of file diff --git a/Resources/Prototypes/EstacaoPirata/PiratasRoles/Spawners/spawners_pirata.yml b/Resources/Prototypes/EstacaoPirata/PiratasRoles/Spawners/spawners_pirata.yml index 136d23f33bd984..e84fda8bc96b5f 100644 --- a/Resources/Prototypes/EstacaoPirata/PiratasRoles/Spawners/spawners_pirata.yml +++ b/Resources/Prototypes/EstacaoPirata/PiratasRoles/Spawners/spawners_pirata.yml @@ -12,54 +12,54 @@ - state: green - state: blueshield -# Spawn Cidadão -- type: entity - id: SpawnPointCidadao - parent: SpawnPointJobBase - name: cidadao - components: - - type: SpawnPoint - job_id: Cidadao - - type: Sprite - layers: - - state: green - - state: passenger +# # Spawn Cidadão +# - type: entity +# id: SpawnPointCidadao +# parent: SpawnPointJobBase +# name: cidadao +# components: +# - type: SpawnPoint +# job_id: Cidadao +# - type: Sprite +# layers: +# - state: green +# - state: passenger -# Spawn Comerciante -- type: entity - id: SpawnPointComerciante - parent: SpawnPointJobBase - name: comerciante - components: - - type: SpawnPoint - job_id: Comerciante - - type: Sprite - layers: - - state: green - - state: passenger +# # Spawn Comerciante +# - type: entity +# id: SpawnPointComerciante +# parent: SpawnPointJobBase +# name: comerciante +# components: +# - type: SpawnPoint +# job_id: Comerciante +# - type: Sprite +# layers: +# - state: green +# - state: passenger -# Spawn Policia -- type: entity - id: SpawnPointPolicia - parent: SpawnPointJobBase - name: policia - components: - - type: SpawnPoint - job_id: Policia - - type: Sprite - layers: - - state: green - - state: passenger +# # Spawn Policia +# - type: entity +# id: SpawnPointPolicia +# parent: SpawnPointJobBase +# name: policia +# components: +# - type: SpawnPoint +# job_id: Policia +# - type: Sprite +# layers: +# - state: green +# - state: passenger -# Spawn Soldado -- type: entity - id: SpawnPointSoldado - parent: SpawnPointJobBase - name: soldado - components: - - type: SpawnPoint - job_id: Soldado - - type: Sprite - layers: - - state: green - - state: passenger \ No newline at end of file +# # Spawn Soldado +# - type: entity +# id: SpawnPointSoldado +# parent: SpawnPointJobBase +# name: soldado +# components: +# - type: SpawnPoint +# job_id: Soldado +# - type: Sprite +# layers: +# - state: green +# - state: passenger \ No newline at end of file