diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 12e2f1f71e1..1c32854fc26 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -877,6 +877,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" @@ -973,6 +974,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 = 10 + excludefrom = list(/datum/game_mode/nuclear) + // GRENADES AND EXPLOSIVES /datum/uplink_item/explosives