Re-adds back CQC to the traitor uplink (#14474)

* the good ole switcheroo

* yeah kinda forgot about the point of this

* and now i do it properly
This commit is contained in:
Cocacolagua
2020-10-17 14:55:21 -03:00
committed by GitHub
parent e20981a155
commit 0867cce0ec
2 changed files with 0 additions and 13 deletions
-10
View File
@@ -234,14 +234,6 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
cost = 2
job = list("Chef")
/datum/uplink_item/jobspecific/Chef_CQC
name = " A chefs manual to CQC"
desc = "An old manual teaching you how to bring your home advantage outside the kitchen."
reference = "CCQC"
item = /obj/item/CQC_manual/chef
cost = 12
job = list("Chef")
//Chaplain
/datum/uplink_item/jobspecific/voodoo
@@ -867,9 +859,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
desc = "A manual that teaches a single user tactical Close-Quarters Combat before self-destructing. Does not restrict weapon usage, but cannot be used alongside Gloves of the North Star."
reference = "CQC"
item = /obj/item/CQC_manual
gamemodes = list(/datum/game_mode/nuclear)
cost = 13
surplus = 0
/datum/uplink_item/stealthy_weapons/cameraflash
name = "Camera Flash"
-3
View File
@@ -275,9 +275,6 @@
icon = 'icons/obj/library.dmi'
icon_state = "cqcmanual"
/obj/item/CQC_manual/chef
desc = "A small, black manual. Written on the back it says: Bringing the home advantage with you."
/obj/item/CQC_manual/attack_self(mob/living/carbon/human/user)
if(!istype(user) || !user)
return