From 6dec83b98cb88e2eae490a7d568caa98469e7077 Mon Sep 17 00:00:00 2001 From: melandor0 Date: Mon, 24 Nov 2014 03:41:46 +0100 Subject: [PATCH] -SM drill commented out the supermatter drill until we can find a use for it/a way to balance it --- code/datums/uplink_item.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 4d7cd1fef0b..af75bdb538e 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -285,7 +285,7 @@ var/list/uplink_items = list() item = /obj/mecha/combat/marauder/mauler/loaded cost = 140 gamemodes = list("nuclear emergency") - + /datum/uplink_item/dangerous/syndieborg name = "Syndicate Cyborg" desc = "A cyborg designed and programmed for systematic extermination of non-Syndicate personnel." @@ -438,11 +438,13 @@ var/list/uplink_items = list() item = /obj/item/weapon/storage/backpack/satchel_flat cost = 2 +/* Commented out until a balance fix is found -Mel /datum/uplink_item/stealthy_tools/smdrill name = "Supermatter Drill" desc = "A pocket-sized drill tipped with nanoscopic supermatter crystals, able to cut through reinforced walls." item = /obj/item/weapon/pickaxe/diamonddrill/traitor cost = 6 +*/ // DEVICE AND TOOLS