From df75c3418d9fb570e37d17faf225bedf9fac457a Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sat, 9 Jan 2016 21:19:20 -0500 Subject: [PATCH] tweak --- code/datums/uplink_item.dm | 1 + code/game/objects/items/stacks/telecrystal.dm | 1 + 2 files changed, 2 insertions(+) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 17015b1c2a7..4fbb2271b1c 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -826,6 +826,7 @@ var/list/uplink_items = list() reference = "RTC" item = /obj/item/stack/telecrystal cost = 1 + surplus = 0 /datum/uplink_item/device_tools/teleporter name = "Teleporter Circuit Board" diff --git a/code/game/objects/items/stacks/telecrystal.dm b/code/game/objects/items/stacks/telecrystal.dm index 689fe25015f..d160dfe7342 100644 --- a/code/game/objects/items/stacks/telecrystal.dm +++ b/code/game/objects/items/stacks/telecrystal.dm @@ -1,6 +1,7 @@ /obj/item/stack/telecrystal name = "telecrystal" desc = "It seems to be pulsing with suspiciously enticing energies." + description_antag = "Telecrystals can be activated by utilizing them on devices with an actively running uplink. They will not activate on unactivated uplinks." singular_name = "telecrystal" icon = 'icons/obj/telescience.dmi' icon_state = "telecrystal"