Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refresh:clip part 2.5: pride month speial #3108

Merged
merged 6 commits into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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_correspondent
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_correspondent
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 Correspondent"
job_icon = "curator"
jobtype = /datum/job/curator

head = /obj/item/clothing/head/helmet/bulletproof/m10/clip_correspondent
uniform = /obj/item/clothing/under/clip/formal/with_shirt
suit = /obj/item/clothing/suit/armor/vest/clip_correspondent
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.
Loading