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.
/🆑
This commit is contained in:
John Willard
2022-11-17 13:40:37 -05:00
committed by GitHub
parent 4c4583fead
commit 461a28b9a0
3 changed files with 4 additions and 4 deletions
@@ -371,14 +371,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