diff --git a/Resources/Prototypes/ADT/Entities/Objects/Device/pda.yml b/Resources/Prototypes/ADT/Entities/Objects/Device/pda.yml index 3464b297bec..175bdebe77c 100644 --- a/Resources/Prototypes/ADT/Entities/Objects/Device/pda.yml +++ b/Resources/Prototypes/ADT/Entities/Objects/Device/pda.yml @@ -3,6 +3,8 @@ id: ADTBaseMedicalPDA abstract: true components: + - type: Sprite + sprite: ADT/Objects/Devices/pda.rsi - type: ItemToggle toggleLight: false onUse: false diff --git a/Resources/Textures/ADT/Objects/Devices/pda.rsi/meta.json b/Resources/Textures/ADT/Objects/Devices/pda.rsi/meta.json index 8cc0c44fc47..7ed6fd5f884 100644 --- a/Resources/Textures/ADT/Objects/Devices/pda.rsi/meta.json +++ b/Resources/Textures/ADT/Objects/Devices/pda.rsi/meta.json @@ -11,6 +11,9 @@ { "name": "pda-pathologist" + }, + { + "name": "pda" } ] } \ No newline at end of file diff --git a/Resources/Textures/ADT/Objects/Devices/pda.rsi/pda.png b/Resources/Textures/ADT/Objects/Devices/pda.rsi/pda.png new file mode 100644 index 00000000000..8473ddaab11 Binary files /dev/null and b/Resources/Textures/ADT/Objects/Devices/pda.rsi/pda.png differ