From c95ad163f93c46cd1f733ca46b8aafaba12f3a4d Mon Sep 17 00:00:00 2001 From: iramoye Date: Wed, 25 Jun 2025 08:19:11 -0500 Subject: [PATCH] Replaces all mentions of 'human' in Abductor machines (#29633) * looks good to me * replaces mentions of humans * Revert "looks good to me", as Trinary is not being replaced This reverts commit 275aca6adbe387b778eba87b7be47a85f38230d2. * removes a duplicated bot init --- .../gamemodes/miniantags/abduction/machinery/abductor_camera.dm | 2 +- code/game/gamemodes/miniantags/abduction/machinery/pad.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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