diff --git a/code/game/gamemodes/miniantags/abduction/machinery/abductor_camera.dm b/code/game/gamemodes/miniantags/abduction/machinery/abductor_camera.dm index b8d28d1161a..654f550d503 100644 --- a/code/game/gamemodes/miniantags/abduction/machinery/abductor_camera.dm +++ b/code/game/gamemodes/miniantags/abduction/machinery/abductor_camera.dm @@ -1,5 +1,5 @@ /obj/machinery/computer/camera_advanced/abductor - name = "Human Observation Console" + name = "Station Observation Console" var/team = 0 networks = list("SS13","Abductor") var/datum/action/innate/teleport_in/tele_in_action = new diff --git a/code/game/gamemodes/miniantags/abduction/machinery/pad.dm b/code/game/gamemodes/miniantags/abduction/machinery/pad.dm index 91da91fb338..53cc0b3bea8 100644 --- a/code/game/gamemodes/miniantags/abduction/machinery/pad.dm +++ b/code/game/gamemodes/miniantags/abduction/machinery/pad.dm @@ -1,6 +1,6 @@ /obj/machinery/abductor/pad name = "Alien Telepad" - desc = "Use this to transport to and from human habitat." + desc = "Use this to transport to and from the nearby space station." icon = 'icons/obj/abductor.dmi' icon_state = "alien-pad-idle" anchored = TRUE