From 713befa77b2b0af93c684ec09eb20600e8e9ad0a Mon Sep 17 00:00:00 2001 From: matttheficus Date: Wed, 13 Oct 2021 17:47:27 -0400 Subject: [PATCH 1/2] so long farewell auf wiedersehen goodbye --- code/datums/uplink_item.dm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 4e59d8ad6dd..942297c4813 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -876,6 +876,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) item = /obj/item/CQC_manual cost = 13 cant_discount = TRUE + gamemodes = list(/datum/game_mode/nuclear) /datum/uplink_item/stealthy_weapons/cameraflash name = "Camera Flash" @@ -972,6 +973,14 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) cost = 5 gamemodes = list(/datum/game_mode/nuclear) +/datum/uplink_item/stealthy_weapons/combat_minus + name = "Experimental Krav Gloves" + desc = "Experimental gloves with installed nanochips that teach you Krav Maga when worn, great as a cheap backup weapon. Warning, the nanochips will override any other fighting styles such as CQC. Do not look as fly as the Warden's" + reference = "CGM" + item = /obj/item/clothing/gloves/color/black/krav_maga + cost = 5 + excludefrom = list(/datum/game_mode/nuclear) + // GRENADES AND EXPLOSIVES /datum/uplink_item/explosives From 2d35ca9c7e2871c0b2ef2555acf75021284806fb Mon Sep 17 00:00:00 2001 From: matttheficus Date: Sat, 16 Oct 2021 05:49:49 -0400 Subject: [PATCH 2/2] yeah theyre better than 5 --- code/datums/uplink_item.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 942297c4813..8391fceaa30 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -978,7 +978,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) desc = "Experimental gloves with installed nanochips that teach you Krav Maga when worn, great as a cheap backup weapon. Warning, the nanochips will override any other fighting styles such as CQC. Do not look as fly as the Warden's" reference = "CGM" item = /obj/item/clothing/gloves/color/black/krav_maga - cost = 5 + cost = 10 excludefrom = list(/datum/game_mode/nuclear) // GRENADES AND EXPLOSIVES