From cedb71e8afd59031bd04b91c8a8fc9c35f70f58c Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sun, 22 Mar 2015 20:18:01 -0400 Subject: [PATCH] Clarity --- code/datums/uplink_item.dm | 2 +- code/modules/projectiles/guns/energy/special.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index ad2a35ab7e0..c891b7475bc 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -196,7 +196,7 @@ var/list/uplink_items = list() /datum/uplink_item/jobspecific/telegun name = "Telegun" - desc = "An extremely energy gun that utilizes bluespace technology to teleport away living targets; will teleport targets to the same beacon a teleporter is locked onto." + desc = "An extremely high-tech energy gun that utilizes bluespace technology to teleport away living targets; will teleport targets to the same beacon a teleporter is locked onto." item = /obj/item/weapon/gun/energy/telegun cost = 12 job = list("Research Director") diff --git a/code/modules/projectiles/guns/energy/special.dm b/code/modules/projectiles/guns/energy/special.dm index b81486149ee..01b425c9140 100644 --- a/code/modules/projectiles/guns/energy/special.dm +++ b/code/modules/projectiles/guns/energy/special.dm @@ -335,7 +335,7 @@ modules/mob/living/carbon/human/life.dm if you die, you will be zoomed out. /obj/item/weapon/gun/energy/telegun name = "Teleporter Gun" - desc = "An extremely advanced bluespace energy gun capable of teleporting targets to far off locations." + desc = "An extremely high-tech bluespace energy gun capable of teleporting targets to far off locations." icon_state = "telegun" item_state = "ionrifle" icon_override = 'icons/mob/in-hand/guns.dmi'