Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
BrotherHangyul committed Nov 11, 2023
1 parent ca4063f commit 34e3d95
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions code/modules/jobs/job_types/enclave.dm
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,13 @@
/datum/outfit/loadout/gysergeantrifle // infiltrator + deagle
)

/datum/outfit/job/enclave/peacekeeper/f13gysergeant/pre_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
..()
if(visualsOnly)
return
ADD_TRAIT(H, TRAIT_HARD_YARDS, src)
ADD_TRAIT(H, TRAIT_LIFEGIVER, src)

/datum/outfit/job/enclave/peacekeeper/f13gysergeant
name = "Enclave Gunnery Sergeant"
jobtype = /datum/job/enclave/f13gysergeant
Expand All @@ -169,13 +176,6 @@
/obj/item/melee/onehanded/knife/survival = 1
)

/datum/outfit/job/enclave/peacekeeper/f13gysergeant/pre_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
..()
if(visualsOnly)
return
ADD_TRAIT(H, TRAIT_HARD_YARDS, src)
ADD_TRAIT(H, TRAIT_LIFEGIVER, src)

/datum/outfit/loadout/gysergeantshotgun
name = "CQC Sergeant"
suit_store = /obj/item/gun/ballistic/shotgun/automatic/combat/citykiller
Expand Down

0 comments on commit 34e3d95

Please sign in to comment.