diff --git a/Resources/Prototypes/_NF/Entities/Objects/Devices/Misc/identification_cards.yml b/Resources/Prototypes/_NF/Entities/Objects/Devices/Misc/identification_cards.yml index 991ba893778..6487c16d38e 100644 --- a/Resources/Prototypes/_NF/Entities/Objects/Devices/Misc/identification_cards.yml +++ b/Resources/Prototypes/_NF/Entities/Objects/Devices/Misc/identification_cards.yml @@ -17,14 +17,19 @@ - type: entity parent: IDCardStandard - id: STCIDCard + id: StcIDCard name: station traffic controller ID card components: + - type: PresetIdCard + job: StationTrafficController - type: Sprite + sprite: _NF/Objects/Misc/id_cards.rsi layers: - state: silver - - state: idheadofpersonnel + - state: idstationtrafficcontroller + - type: Clothing + slots: + - idcard + sprite: _NF/Objects/Misc/id_cards.rsi - type: Item heldPrefix: silver - - type: PresetIdCard - job: StationTrafficController \ No newline at end of file diff --git a/Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml index a11512778f3..4adb9e3fe40 100644 --- a/Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/_NF/Entities/Objects/Devices/pda.yml @@ -28,15 +28,15 @@ - type: entity parent: BasePDA - id: STCPDA + id: StcPDA name: station traffic controller PDA description: Declare emergencies in style! components: - type: Pda - id: STCIDCard + id: StcIDCard state: pda - type: PdaBorderColor borderColor: "#717059" accentVColor: "#A32D26" - type: Icon - state: pda \ No newline at end of file + state: pda diff --git a/Resources/Textures/_NF/Objects/Misc/id_cards.rsi/idstationtrafficcontroller.png b/Resources/Textures/_NF/Objects/Misc/id_cards.rsi/idstationtrafficcontroller.png new file mode 100644 index 00000000000..be72e37e574 Binary files /dev/null and b/Resources/Textures/_NF/Objects/Misc/id_cards.rsi/idstationtrafficcontroller.png differ diff --git a/Resources/Textures/_NF/Objects/Misc/id_cards.rsi/meta.json b/Resources/Textures/_NF/Objects/Misc/id_cards.rsi/meta.json index b5e6278f12e..66724e44df2 100644 --- a/Resources/Textures/_NF/Objects/Misc/id_cards.rsi/meta.json +++ b/Resources/Textures/_NF/Objects/Misc/id_cards.rsi/meta.json @@ -10,8 +10,14 @@ { "name": "default" }, + { + "name": "silver" + }, { "name": "idmercenary" + }, + { + "name": "idstationtrafficcontroller" } ] } diff --git a/Resources/Textures/_NF/Objects/Misc/id_cards.rsi/silver.png b/Resources/Textures/_NF/Objects/Misc/id_cards.rsi/silver.png new file mode 100644 index 00000000000..b13153a246e Binary files /dev/null and b/Resources/Textures/_NF/Objects/Misc/id_cards.rsi/silver.png differ