From: Whisper <121047731+QuietlyWhisper@users.noreply.github.com> Date: Mon, 6 Nov 2023 03:00:31 +0000 (-0500) Subject: Replicate the PDA belt slot sprite in the IDSLOT (#21457) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=71ec51b003becb05c9cd7ebe862b9ed4e70023a9;p=space-station-14.git Replicate the PDA belt slot sprite in the IDSLOT (#21457) * Adds a sprite for the PDA in the IDSLOT * Update meta.json --- diff --git a/Resources/Textures/Objects/Devices/pda.rsi/equipped-IDCARD.png b/Resources/Textures/Objects/Devices/pda.rsi/equipped-IDCARD.png new file mode 100644 index 0000000000..5c8b0666f1 Binary files /dev/null and b/Resources/Textures/Objects/Devices/pda.rsi/equipped-IDCARD.png differ diff --git a/Resources/Textures/Objects/Devices/pda.rsi/meta.json b/Resources/Textures/Objects/Devices/pda.rsi/meta.json index bc39fca294..a72e532868 100644 --- a/Resources/Textures/Objects/Devices/pda.rsi/meta.json +++ b/Resources/Textures/Objects/Devices/pda.rsi/meta.json @@ -208,7 +208,7 @@ { "name": "pda-ert" }, - { + { "name": "pda-cluwne" }, { @@ -222,6 +222,10 @@ }, { "name": "pda-seniorofficer" + }, + { + "name": "equipped-IDCARD", + "directions": 4 } ] }