From 58d1a066f26d9f48029aeb27057296a8f5057dfb Mon Sep 17 00:00:00 2001 From: b1tt3r1n0 Date: Sat, 1 Aug 2020 16:41:00 -0400 Subject: [PATCH] hmm, would be busted considering price for ops. --- code/modules/uplink/uplink_items/uplink_implants.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/uplink/uplink_items/uplink_implants.dm b/code/modules/uplink/uplink_items/uplink_implants.dm index 5252e719ef..bb4e0c7960 100644 --- a/code/modules/uplink/uplink_items/uplink_implants.dm +++ b/code/modules/uplink/uplink_items/uplink_implants.dm @@ -34,6 +34,7 @@ desc = "An implant injected into the body and later activated at the user's will. It will inject eigenstasium which saves the user's location and teleports them there after five seconds. Lasts only fifteen times." item = /obj/item/storage/box/syndie_kit/imp_warp cost = 6 + exclude_modes = list(/datum/game_mode/nuclear, /datum/game_mode/nuclear/clown_ops) /datum/uplink_item/implants/hijack name = "Hijack Implant"