From 7a23c5108e7555e703e1dc7b149ed5b7ef528cf7 Mon Sep 17 00:00:00 2001 From: matttheficus <57759731+matttheficus@users.noreply.github.com> Date: Fri, 25 Aug 2023 11:49:29 -0400 Subject: [PATCH] Krav Implant for Nuclear Operatives (#21963) * oh god we can finally Krav with MODs! * Update uplink_nuclear.dm * grammar + tweak to desc * oopsie missed a character --- code/datums/uplink_items/uplink_nuclear.dm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/code/datums/uplink_items/uplink_nuclear.dm b/code/datums/uplink_items/uplink_nuclear.dm index 4816c24dc51..4cb59dfef93 100644 --- a/code/datums/uplink_items/uplink_nuclear.dm +++ b/code/datums/uplink_items/uplink_nuclear.dm @@ -340,14 +340,6 @@ // STEALTHY WEAPONS -/datum/uplink_item/stealthy_weapons/combat_plus - name = "Combat Gloves Plus" - desc = "Combat 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." - reference = "CGP" - item = /obj/item/clothing/gloves/color/black/krav_maga/combat - cost = 25 - uplinktypes = list(UPLINK_TYPE_NUCLEAR, UPLINK_TYPE_SST) - // EXPLOSIVES /datum/uplink_item/explosives/c4bag @@ -517,6 +509,14 @@ // IMPLANTS +/datum/uplink_item/implants/krav_implant + name = "Krav Maga Implant" + desc = "A biochip that teaches you Krav Maga when implanted, great as a cheap backup weapon. Warning: the biochip will override any other fighting styles such as CQC while active." + reference = "KMI" + item = /obj/item/implanter/krav_maga + cost = 25 + uplinktypes = list(UPLINK_TYPE_NUCLEAR, UPLINK_TYPE_SST) + /datum/uplink_item/implants/uplink/nuclear name = "Nuclear Uplink Bio-chip" reference = "UIN"