mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user