diff --git a/code/game/machinery/telecomms/machines/relay.dm b/code/game/machinery/telecomms/machines/relay.dm index ffe99c243c..4aadeed4f5 100644 --- a/code/game/machinery/telecomms/machines/relay.dm +++ b/code/game/machinery/telecomms/machines/relay.dm @@ -71,7 +71,8 @@ /obj/machinery/telecomms/relay/preset/reebe name = "hierophant relay" - desc = "A stolen telecommunications relay that ingeniously combines bluespace technology with the Hierophant network to send and receive messages to and from Reebe." + desc = "An arcane telecommunications relay that ingeniously combines bluespace technology with the Hierophant network to send and receive messages to and from Reebe." id = "Hierophant Relay" + icon = 'icons/obj/clockwork_objects.dmi' hide = TRUE autolinkers = list("h_relay") diff --git a/icons/obj/clockwork_objects.dmi b/icons/obj/clockwork_objects.dmi index 7667832d3a..561359959b 100644 Binary files a/icons/obj/clockwork_objects.dmi and b/icons/obj/clockwork_objects.dmi differ