mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
[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:
co-authored by
John Willard
parent
8f8b4eff4c
commit
1089172c48
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user