From c02272571762b0061cba2ab2c9508b84bc3a218f Mon Sep 17 00:00:00 2001 From: Yoshax Date: Tue, 26 Jul 2016 20:22:05 +0100 Subject: [PATCH] Blacklists teleporter board in uplinks for random item --- code/datums/uplink/tools.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/datums/uplink/tools.dm b/code/datums/uplink/tools.dm index e234cc1a90..7a02e16990 100644 --- a/code/datums/uplink/tools.dm +++ b/code/datums/uplink/tools.dm @@ -81,4 +81,5 @@ /datum/uplink_item/item/tools/teleporter name = "Teleporter Circuit Board" item_cost = DEFAULT_TELECRYSTAL_AMOUNT * 1.5 - path = /obj/item/weapon/circuitboard/teleporter \ No newline at end of file + path = /obj/item/weapon/circuitboard/teleporter + blacklisted = 1 \ No newline at end of file