diff --git a/Resources/Prototypes/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/Entities/Objects/Devices/pda.yml index e21bd26128e2..26cd85e56b4b 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 5440e69f3e3b..a0f7b344a9b3 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