mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user