From cb2e261ebb3d39b9372964bd817501fc8df16456 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 22 Apr 2022 16:01:34 +0200 Subject: [PATCH] [MIRROR] Installs Syndix on the military tablet PDA [MDB IGNORE] (#12992) * Properly adds the syndicate PDA theme (#66376) Please read and accept our Terms of Use and Privacy Policy before proceeding. * Installs Syndix on the military tablet PDA Co-authored-by: Vladin Heir <44104681+VladinXXV@users.noreply.github.com> --- .../modular_computers/computers/item/role_tablet_presets.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/modular_computers/computers/item/role_tablet_presets.dm b/code/modules/modular_computers/computers/item/role_tablet_presets.dm index 2af091636c9..662891332c0 100644 --- a/code/modules/modular_computers/computers/item/role_tablet_presets.dm +++ b/code/modules/modular_computers/computers/item/role_tablet_presets.dm @@ -226,6 +226,7 @@ saved_identification = "John Doe" saved_job = "Citizen" invisible = TRUE + device_theme = "syndicate" /obj/item/modular_computer/tablet/pda/clear name = "clear PDA"