From f2a1abf369e6f4c16228cb90bc7980e6b12a3de9 Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT Date: Sun, 29 Oct 2023 10:18:43 -0700 Subject: [PATCH] fixes --- Resources/Prototypes/Access/misc.yml | 2 +- Resources/Prototypes/Access/service.yml | 6 +--- .../Prototypes/Roles/Jobs/departments.yml | 4 +-- .../SimpleStation14/Access/service.yml | 3 ++ .../Entities/Objects/Misc/paper.yml | 11 ------- .../Structures/Doors/Airlocks/access.yml | 2 +- .../Jobs/Service/chief_service_supervisor.yml | 30 +++++++++--------- .../Roles/Jobs/play_time_trackers.yml | 2 +- .../Objects/Misc/bureaucracy.rsi/meta.json | 3 ++ .../Misc/bureaucracy.rsi/paper_stamp-css.png | Bin 0 -> 1141 bytes 10 files changed, 27 insertions(+), 36 deletions(-) create mode 100644 Resources/Prototypes/SimpleStation14/Access/service.yml create mode 100644 Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-css.png 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 0000000000000000000000000000000000000000..c913f235f1db84ad40240535da3448b3ec3d8e1f GIT binary patch literal 1141 zcmV-*1d98KP) zaB^>EX>4U6ba`-PAZ2)IW&i+q+U=KZvg;-chX1pQE&)jhiRJJ)(;amAeX*VNBq#UI zr1wsLbYfzI1s0MXESxa^`g4UpaBy@ENzHS~IpRnq6|QJ_Jdb)@DW>Ck9DH@*{y`q@ z9So76mh;y0HU1{2yMnW-Xz3S4-mi}K*iq7@-=7p+6Unw{TQM$0SD8zJ|zCkn_EMDG#KtsT`sIGIR2)#gFolPE{d3 zMSq`b4PS@P@S>)SQ0L33n=3~P;~J*eQ+t5E91W*Jg&n1!I97GXQW&wvhSI4JgTbOi zgDNeWN8PEz#KbeOp~2h%Z3|tD3wKZ>NxRTulOjVL6#Ica3Eyp@W7-mXIA(LqJP1RX zplmOPw@Y~UfwlIlKotERE7--ngAFq_xqZbj5TSJiRgVDQ%JZ?g3JB_s@_t1M0^3d% zP3fOZAO~o{Kt+ANgJk1UfDmD7g)t-`0BR&knW8Zp5d!G|RAD+x;syew$^%An63JlW zyr;$^M#oTAhB!cuWCju{SqyB7RKQ9}v3@K$)=*W^q^em>U5nN%Ic3c`Ti!{rnpg^^ zmd(tqSatE_>emYX$irPYq*(^J=; zyLIoS*TF*u^2f--hL1Apq=}_8)6|)#O`m1fg{8J6th99HWy@Dt^-k@=`mMY{jV@|@ zklF+7P7PACn+n?LL^m@4!!AM~ZW{p>G;e0nDJ9NH zyTB*WP41Vt1xpXy_}`KX8{M1azH@s;ZR~BRAH>eLa0fLC-ahnCuk3YicHipoqmFm$ zkD`yFkD~uVQLAB9ZllyzP}xikiKrCsJzL|c%a9n_QkfZfsMS>`Haq0GR;DMmjxQF) zPbuWHwLfQnsSZCLpvYvTvk&b>XIrc-Nr$ajWEA7okPgSHWr?Zc0WmruI`5M{JSbGiq!Up zT7Lon000JJOGiWi9RNB2BAu_v?f?J)32;bRa{vGi!~g&e!~vBn4jTXf00(qQO+^Rh z3>63p89r$VVE_OCOG!jQR9M69(xD9iAPhv&3wvNX0usX#Y{p#7R6G(IF#q|ccTFV# z01zNo^V8WBvD`+v3US>$SMxTzKMk=j{dR%p%_AQW002o^X|EZlm#Arm00000NkvXX Hu0mjfjTr^l literal 0 HcmV?d00001