From f8a59bb002717a206d222d260f2b0bd33539476f Mon Sep 17 00:00:00 2001 From: Robustin Date: Mon, 21 Mar 2016 10:52:26 -0400 Subject: [PATCH] Update uplink_item.dm --- code/modules/uplink/uplink_item.dm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/code/modules/uplink/uplink_item.dm b/code/modules/uplink/uplink_item.dm index 685fb69e0b0..fb78a54ac23 100644 --- a/code/modules/uplink/uplink_item.dm +++ b/code/modules/uplink/uplink_item.dm @@ -855,11 +855,10 @@ var/list/uplink_items = list() // Global list so we only initialize this once. cost = 10 /datum/uplink_item/device_tools/singularity_beacon - name = "Singularity Beacon" + name = "Power Beacon" desc = "When screwed to wiring attached to an electric grid and activated, this large device pulls any \ - active gravitational singularities towards it. This will not work when the singularity is still \ - in containment. A singularity beacon can cause catastrophic damage to a space station, \ - leading to an emergency evacuation. Because of its size, it cannot be carried. Ordering this \ + active gravitational singularities or tesla balls towards it. This will not work when the engine is still \ + in containment. Because of its size, it cannot be carried. Ordering this \ sends you a small beacon that will teleport the larger beacon to your location upon activation." item = /obj/item/device/sbeacondrop cost = 14