From: Hitlinemoss <209321380+Hitlinemoss@users.noreply.github.com> Date: Thu, 22 May 2025 17:20:40 +0000 (-0400) Subject: renamed teamster -> courier X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=76f105cd3a3fb922dec315ac636d5a069386df65;p=space-station-14.git renamed teamster -> courier --- diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index 63aa6a66b1..9c46769d43 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -1420,8 +1420,8 @@ - type: entity parent: BasePDA - id: SeniorTeamsterPDA - name: senior teamster PDA + id: SeniorCourierPDA + name: senior courier PDA description: PDA for the guys that order the crucial station supplies. components: - type: Pda @@ -1430,12 +1430,12 @@ appearanceDataInit: enum.PdaVisuals.PdaType: !type:String - pda-seniorteamster + pda-seniorcourier - type: PdaBorderColor borderColor: "#e39751" accentVColor: "#DFDFDF" - type: Icon - state: pda-seniorteamster + state: pda-seniorcourier - type: entity parent: [ BaseMajorContraband, SyndiPDA ] diff --git a/Resources/Textures/Objects/Devices/pda.rsi/meta.json b/Resources/Textures/Objects/Devices/pda.rsi/meta.json index 9e7ad16c89..9606232b68 100644 --- a/Resources/Textures/Objects/Devices/pda.rsi/meta.json +++ b/Resources/Textures/Objects/Devices/pda.rsi/meta.json @@ -233,7 +233,7 @@ "name": "pda-seniorofficer" }, { - "name": "pda-seniorteamster" + "name": "pda-seniorcourier" }, { "name": "pda-wizard", diff --git a/Resources/Textures/Objects/Devices/pda.rsi/pda-seniorteamster.png b/Resources/Textures/Objects/Devices/pda.rsi/pda-seniorcourier.png similarity index 100% rename from Resources/Textures/Objects/Devices/pda.rsi/pda-seniorteamster.png rename to Resources/Textures/Objects/Devices/pda.rsi/pda-seniorcourier.png