From 84031049806af4d819ea30bf06c35447e47e754f Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 16 Sep 2019 12:47:22 -0400 Subject: [PATCH] No I didn't use the web editor --- code/datums/uplink_item.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index dde2075f234..00dd2d813ad 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -1459,7 +1459,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) /datum/uplink_item/device_tools/shield name = "Energy Shield" - desc = "A handheld personal shield projector, capable of reflecting energy projectiles but not other attacks." + desc = "An incredibly useful personal shield projector, capable of reflecting energy projectiles, but it cannot block other attacks. Pair with an Energy Sword for a killer combination." item = /obj/item/shield/energy reference = "ESD" cost = 16 @@ -1758,4 +1758,4 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) reference = "RTCB" item = /obj/item/stack/telecrystal/fifty cost = 50 - gamemodes = list(/datum/game_mode/nuclear) \ No newline at end of file + gamemodes = list(/datum/game_mode/nuclear)