From 46cd024209ef9bbcd58ec56e57f9ce36b4f52301 Mon Sep 17 00:00:00 2001 From: Emisse <99158783+Emisse@users.noreply.github.com> Date: Sat, 7 May 2022 14:50:27 -0600 Subject: [PATCH] Clear PDA fix and syndi PDA and ID (#7943) --- .../Entities/Objects/Devices/pda.yml | 20 +++++++++++++++++++ .../Objects/Misc/identification_cards.yml | 9 +++++++++ 2 files changed, 29 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index e21bd26128..26cd85e56b 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/pda.yml @@ -530,5 +530,25 @@ components: - type: PDA id: AssistantIDCard + - type: Appearance + visuals: + - type: PDAVisualizer + state: pda-clear - type: Icon state: pda-clear + +- type: entity + parent: BasePDA + id: SyndiPDA + name: syndicate PDA + description: Ok, time to be a productive member of- oh cool I'm a bad guy time to kill people! + components: + - type: PDA + id: SyndicateIDCard + - type: Appearance + visuals: + - type: PDAVisualizer + state: pda-syndi + - type: Icon + state: pda-syndi + diff --git a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml index 5440e69f3e..a0f7b344a9 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml @@ -402,3 +402,12 @@ - state: idatmospherictechnician - type: PresetIdCard job: AtmosphericTechnician + +- type: entity + parent: IDCardStandard + id: SyndicateIDCard + name: Syndicate ID card + components: + - type: Sprite + layers: + - state: syndie