Skip to content

Commit

Permalink
I CANT FOCUS
Browse files Browse the repository at this point in the history
  • Loading branch information
rye-rice committed Jun 15, 2024
1 parent 5597974 commit 17d4b13
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 0 deletions.
21 changes: 21 additions & 0 deletions code/modules/clothing/factions/clip.dm
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,16 @@

supports_variations = DIGITIGRADE_VARIATION_SAME_ICON_FILE

/obj/item/clothing/suit/armor/vest/clip_correspondant
name = "press armor vest"
desc = "A slim Type I armored vest that provides decent protection against most types of damage. The white letters on the front read \"PRESS\" in CLIP Kalixcian."

icon = 'icons/obj/clothing/faction/clip/suits.dmi'
mob_overlay_icon = 'icons/mob/clothing/faction/clip/suits.dmi'

icon_state = "armor_correspondant"
item_state = "armor_correspondant"

//spacesuits
/obj/item/clothing/suit/space/hardsuit/clip_patroller
name = "\improper CM-410 'Patroller' EVA Hardsuit"
Expand Down Expand Up @@ -309,6 +319,17 @@
. = ..()
AddComponent(/datum/component/wearertargeting/earprotection, list(ITEM_SLOT_HEAD))

/obj/item/clothing/head/helmet/bulletproof/m10/clip_correspondant
name = "CLIP War Correspondant M10 Helmet"
desc = "A light bulletproof helmet worn by War Correspondants of the CLIP."

icon = 'icons/obj/clothing/faction/clip/head.dmi'
mob_overlay_icon = 'icons/mob/clothing/faction/clip/head.dmi'
vox_override_icon = 'icons/mob/clothing/faction/clip/vox.dmi'

icon_state = "clip_m10_correspondant"
item_state = "clip_m10_correspondant"

/obj/item/clothing/head/helmet/riot/clip
name = "\improper Minutemen riot helmet"
desc = "Designed to protect against close range attacks. Mainly used by the CMM-BARD against hostile xenofauna, it also sees prolific use on some Minutemen member worlds."
Expand Down
15 changes: 15 additions & 0 deletions code/modules/clothing/outfits/factions/minutemen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,21 @@

r_pocket = /obj/item/radio

/datum/outfit/job/clip/correspondant
name = "CLIP - War correspondant"
job_icon = "curator"
jobtype = /datum/job/curator

head = /obj/item/clothing/head/helmet/bulletproof/m10/clip_correspondant
uniform = /obj/item/clothing/under/clip/formal/with_shirt
suit = /obj/item/clothing/suit/armor/vest/clip_correspondant
shoes = /obj/item/clothing/shoes/laceup

backpack = /obj/item/storage/backpack/satchel/leather
satchel = /obj/item/storage/backpack/satchel/leather

r_pocket = /obj/item/radio

// Colonial League Minutemen

/datum/outfit/job/clip/minutemen
Expand Down
Binary file modified icons/mob/clothing/faction/clip/head.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/faction/clip/suits.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/faction/clip/vox.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/faction/clip/head.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/faction/clip/suits.dmi
Binary file not shown.

0 comments on commit 17d4b13

Please sign in to comment.