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"