From 0cbe8dde9e18f5899e33f3dfa9b7362c4f3aa9ff Mon Sep 17 00:00:00 2001 From: Intigracy Date: Sat, 4 Jan 2014 12:01:13 -0800 Subject: [PATCH] Makes it so that the button is only in nuke-ops, and the bombs are NOT in double agent. --- code/datums/uplink_item.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 69fb0a192b7..44d8bc76ed7 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -377,6 +377,7 @@ var/list/uplink_items = list() You can wrench the bomb down to prevent removal. The crew may attempt to defuse the bomb." item = /obj/item/device/sbeacondrop/bomb cost = 5 + excludefrom = list(/datum/game_mode/traitor/double_agents) /datum/uplink_item/device_tools/syndicate_detonator name = "Syndicate Detonator"