From 5e9602265b9fd21af329e171b7fe4bf05aa9e011 Mon Sep 17 00:00:00 2001 From: katnep Date: Tue, 14 Mar 2017 19:53:44 +0000 Subject: [PATCH 1/2] 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" From 4144a627d7655273fb29d6fcaadcf245f57168a1 Mon Sep 17 00:00:00 2001 From: katnep Date: Tue, 14 Mar 2017 20:11:57 +0000 Subject: [PATCH 2/2] tweaking the file trying to get it to show up in traitor since it wasn't showing up after deleting the nuclear tag --- code/modules/uplink/uplink_item.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/uplink/uplink_item.dm b/code/modules/uplink/uplink_item.dm index 883f380992..288eb9247c 100644 --- a/code/modules/uplink/uplink_item.dm +++ b/code/modules/uplink/uplink_item.dm @@ -592,7 +592,7 @@ var/list/uplink_items = list() // Global list so we only initialize this once. item = /obj/item/weapon/cqc_manual cost = 13 surplus = 1 - + include_modes = list(/datum/game_mode/nuclear, /datum/game_mode/traitor) /datum/uplink_item/stealthy_weapons/throwingweapons name = "Box of Throwing Weapons" desc = "A box of shurikens and reinforced bolas from ancient Earth martial arts. They are highly effective \