From 5e9602265b9fd21af329e171b7fe4bf05aa9e011 Mon Sep 17 00:00:00 2001 From: katnep Date: Tue, 14 Mar 2017 19:53:44 +0000 Subject: [PATCH] adds CQC to the traitor mode items Adds the CQC manual from the nuke ops uplink to be included in the traitor uplink since sleeping carp is on traitor and is significantly more powerful where as CQC is more intent cycling and reactions so i think it offers a varied play style oppurtunity for those who don't want to take sleeping carp but like the martial arts aesthetic --- code/modules/uplink/uplink_item.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/uplink/uplink_item.dm b/code/modules/uplink/uplink_item.dm index 3835b6c9b1..883f380992 100644 --- a/code/modules/uplink/uplink_item.dm +++ b/code/modules/uplink/uplink_item.dm @@ -590,9 +590,8 @@ var/list/uplink_items = list() // Global list so we only initialize this once. name = "CQC Manual" desc = "A manual that teaches a single user tactical Close-Quarters Combat before self-destructing." item = /obj/item/weapon/cqc_manual - include_modes = list(/datum/game_mode/nuclear) cost = 13 - surplus = 0 + surplus = 1 /datum/uplink_item/stealthy_weapons/throwingweapons name = "Box of Throwing Weapons"