diff --git a/Resources/Prototypes/Access/misc.yml b/Resources/Prototypes/Access/misc.yml index 63106b9f55..eb920429b9 100644 --- a/Resources/Prototypes/Access/misc.yml +++ b/Resources/Prototypes/Access/misc.yml @@ -8,7 +8,7 @@ - ChiefMedicalOfficer - HeadOfSecurity - ResearchDirector - - ChiefServiceSupervisor + - ChiefServiceSupervisor # Parkstation-CSS - Command - Security - Detective diff --git a/Resources/Prototypes/Access/service.yml b/Resources/Prototypes/Access/service.yml index 4c14d14777..353a6f008f 100644 --- a/Resources/Prototypes/Access/service.yml +++ b/Resources/Prototypes/Access/service.yml @@ -26,14 +26,10 @@ id: Chapel name: id-card-access-level-chapel -- type: accessLevel - id: ChiefServiceSupervisor - name: id-card-access-level-chief-service-supervisor - - type: accessGroup id: Service tags: - - ChiefServiceSupervisor + - ChiefServiceSupervisor # Parkstation-CSS - HeadOfPersonnel - Bar - Kitchen diff --git a/Resources/Prototypes/Roles/Jobs/departments.yml b/Resources/Prototypes/Roles/Jobs/departments.yml index d32b7d65cb..a62f9cfdad 100644 --- a/Resources/Prototypes/Roles/Jobs/departments.yml +++ b/Resources/Prototypes/Roles/Jobs/departments.yml @@ -21,7 +21,7 @@ - Chef - Clown - HeadOfPersonnel - - ChiefServiceSupervisor + - ChiefServiceSupervisor # Parkstation-CSS - Janitor - Lawyer - Librarian @@ -42,7 +42,7 @@ roles: - Captain - CentralCommandOfficial - - ChiefServiceSupervisor + - ChiefServiceSupervisor # Parkstation-CSS - ChiefEngineer - ChiefMedicalOfficer - HeadOfPersonnel diff --git a/Resources/Prototypes/SimpleStation14/Access/service.yml b/Resources/Prototypes/SimpleStation14/Access/service.yml new file mode 100644 index 0000000000..5224e90c5e --- /dev/null +++ b/Resources/Prototypes/SimpleStation14/Access/service.yml @@ -0,0 +1,3 @@ +- type: accessLevel + id: ChiefServiceSupervisor + name: id-card-access-level-chief-service-supervisor diff --git a/Resources/Prototypes/SimpleStation14/Entities/Objects/Misc/paper.yml b/Resources/Prototypes/SimpleStation14/Entities/Objects/Misc/paper.yml index fa2168ad9d..4adac79aa0 100644 --- a/Resources/Prototypes/SimpleStation14/Entities/Objects/Misc/paper.yml +++ b/Resources/Prototypes/SimpleStation14/Entities/Objects/Misc/paper.yml @@ -19,14 +19,3 @@ - type: Sprite sprite: Objects/Misc/bureaucracy.rsi state: stamp-css - -- type: entity - name: note - description: 'A piece of white paper.' - id: PaperWrittenPunpunNote - parent: PaperCaptainsThoughts - suffix: "Punpun Note" - components: - - type: Paper - content: | - I, Punpun, invoke my right to have all of my clones on the NT family vacation to the meat packaging plant one out of every 15 shifts. diff --git a/Resources/Prototypes/SimpleStation14/Entities/Structures/Doors/Airlocks/access.yml b/Resources/Prototypes/SimpleStation14/Entities/Structures/Doors/Airlocks/access.yml index 464c754fbf..36c71b0aa0 100644 --- a/Resources/Prototypes/SimpleStation14/Entities/Structures/Doors/Airlocks/access.yml +++ b/Resources/Prototypes/SimpleStation14/Entities/Structures/Doors/Airlocks/access.yml @@ -20,4 +20,4 @@ suffix: ChiefServiceSupervisor, Locked components: - type: AccessReader - access: [["ChiefServiceSupervisor"]] \ No newline at end of file + access: [["ChiefServiceSupervisor"]] diff --git a/Resources/Prototypes/SimpleStation14/Roles/Jobs/Service/chief_service_supervisor.yml b/Resources/Prototypes/SimpleStation14/Roles/Jobs/Service/chief_service_supervisor.yml index f4a5a14a58..31608a4ce3 100644 --- a/Resources/Prototypes/SimpleStation14/Roles/Jobs/Service/chief_service_supervisor.yml +++ b/Resources/Prototypes/SimpleStation14/Roles/Jobs/Service/chief_service_supervisor.yml @@ -18,22 +18,22 @@ canBeAntag: false antagAdvantage: 6 access: - - Command - - ChiefServiceSupervisor - - Bar - - Service - - Mail - - Cargo - - Maintenance - - Janitor - - Theatre - - Kitchen - - Hydroponics + - Command + - ChiefServiceSupervisor + - Bar + - Service + - Mail + - Cargo + - Maintenance + - Janitor + - Theatre + - Kitchen + - Hydroponics special: - - !type:AddComponentSpecial - components: - - type: PsionicBonusChance - flatBonus: 0.025 + - !type:AddComponentSpecial + components: + - type: PsionicBonusChance + flatBonus: 0.025 - type: startingGear id: CSSGear diff --git a/Resources/Prototypes/SimpleStation14/Roles/Jobs/play_time_trackers.yml b/Resources/Prototypes/SimpleStation14/Roles/Jobs/play_time_trackers.yml index 8fae479c01..807ea3d89f 100644 --- a/Resources/Prototypes/SimpleStation14/Roles/Jobs/play_time_trackers.yml +++ b/Resources/Prototypes/SimpleStation14/Roles/Jobs/play_time_trackers.yml @@ -1,2 +1,2 @@ - type: playTimeTracker - id: JobChiefServiceSupervisor \ No newline at end of file + id: JobChiefServiceSupervisor diff --git a/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json b/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json index 2e80ae8e02..f5f9d1b6f3 100644 --- a/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json +++ b/Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json @@ -111,6 +111,9 @@ { "name": "paper_stamp-cmo" }, + { + "name": "paper_stamp-css" + }, { "name": "paper_stamp-deny" }, diff --git a/Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-css.png b/Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-css.png new file mode 100644 index 0000000000..c913f235f1 Binary files /dev/null and b/Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-css.png differ