[MIRROR] Removes Syndicate cyborg's messaging app [MDB IGNORE] (#17537)

* Removes Syndicate cyborg's messaging app (#71134)

## About The Pull Request

Syndicate borg apps weren't changed to cyborg subtypes when those were
added in.

## Why It's Good For The Game

Closes https://github.com/tgstation/tgstation/issues/71116

## Changelog

🆑
fix: Syndicate Cyborgs no longer have the PDA messaging app.
/🆑

* Removes Syndicate cyborg's messaging app

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-11-18 12:18:32 +13:00
committed by GitHub
co-authored by John Willard
parent 8f8b4eff4c
commit 1089172c48
3 changed files with 4 additions and 4 deletions
@@ -373,14 +373,14 @@
/obj/item/modular_computer/tablet/integrated/ui_state(mob/user)
return GLOB.reverse_contained_state
/obj/item/modular_computer/tablet/integrated/syndicate
/obj/item/modular_computer/tablet/integrated/cyborg/syndicate
icon_state = "tablet-silicon-syndicate"
icon_state_powered = "tablet-silicon-syndicate"
icon_state_unpowered = "tablet-silicon-syndicate"
device_theme = "syndicate"
/obj/item/modular_computer/tablet/integrated/syndicate/Initialize(mapload)
/obj/item/modular_computer/tablet/integrated/cyborg/syndicate/Initialize(mapload)
. = ..()
if(iscyborg(silicon_owner))
var/mob/living/silicon/robot/robo = silicon_owner