Skip to content

Commit

Permalink
CQC Death (#467)
Browse files Browse the repository at this point in the history
Yoinks CQC from Vet Ranger, it was a fun go.
  • Loading branch information
Aurrain authored Mar 20, 2024
1 parent 1c39e23 commit 794f64f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions code/modules/jobs/job_types/ncr.dm
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,7 @@ Weapons Service Rifle, Grease Gun, 9mm pistol, all good.
loadout_options = list( // ALL: Binoculars, Bowie knife, Sequoia
/datum/outfit/loadout/vrclassic, // DKS
/datum/outfit/loadout/vrlite, // Brush
/datum/outfit/loadout/vrshotgunner, // Lever Action Shotgun
/datum/outfit/loadout/vrcqc // Funny CQC Vet
/datum/outfit/loadout/vrshotgunner // Lever Action Shotgun
)

access = list(ACCESS_NCR, ACCESS_NCR_ARMORY, ACCESS_NCR1, ACCESS_NCR2, ACCESS_NCR_COMMAND, ACCESS_PUBLIC, ACCESS_CHANGE_IDS, ACCESS_NCR3, ACCESS_NCR4)
Expand Down Expand Up @@ -592,13 +591,6 @@ Weapons Service Rifle, Grease Gun, 9mm pistol, all good.
/obj/item/ammo_box/shotgun/buck = 3
)

/datum/outfit/loadout/vrcqc
name = "Big Boss Veteran Ranger"
backpack_contents = list(
/obj/item/book/granter/martial/cqc = 1,
/obj/item/storage/box/ration/ranger_dinner = 1
)

/datum/outfit/job/ncr/f13vetranger/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
..()
if(visualsOnly)
Expand All @@ -608,6 +600,8 @@ Weapons Service Rifle, Grease Gun, 9mm pistol, all good.
ADD_TRAIT(H, TRAIT_IRONFIST, src)
ADD_TRAIT(H, TRAIT_SILENT_STEP, src)
ADD_TRAIT(H, TRAIT_GENERIC, src)
var/datum/martial_art/rangertakedown/RT = new
RT.teach(H)

// NCR Ranger

Expand Down

0 comments on commit 794f64f

Please sign in to comment.