diff --git a/code/modules/modular_computers/computers/subtypes/dev_handheld.dm b/code/modules/modular_computers/computers/subtypes/dev_handheld.dm index c7c04bddbb0..5a1872113cb 100644 --- a/code/modules/modular_computers/computers/subtypes/dev_handheld.dm +++ b/code/modules/modular_computers/computers/subtypes/dev_handheld.dm @@ -7,7 +7,7 @@ icon_state = "tablet" icon_state_unpowered = "tablet" icon_state_menu = "menu" - overlay_state = "electronic" + overlay_state = "nothing" slot_flags = SLOT_ID | SLOT_BELT can_reset = TRUE hardware_flag = PROGRAM_TABLET diff --git a/html/changelogs/geeves-pda_sprite_removal.yml b/html/changelogs/geeves-pda_sprite_removal.yml new file mode 100644 index 00000000000..b37c92aba68 --- /dev/null +++ b/html/changelogs/geeves-pda_sprite_removal.yml @@ -0,0 +1,6 @@ +author: Geeves + +delete-after: True + +changes: + - tweak: "Removed the little electronic sprite that appears on your chest when you equip a PDA or Wristbound to the ID slot." \ No newline at end of file diff --git a/icons/mob/card.dmi b/icons/mob/card.dmi index 4d848a580f3..4aa655b65a3 100644 Binary files a/icons/mob/card.dmi and b/icons/mob/card.dmi differ