Skip to content

Commit

Permalink
more fixening, shoes
Browse files Browse the repository at this point in the history
  • Loading branch information
CliffracerX committed Oct 27, 2024
1 parent 2a8cd88 commit a7ff24b
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 0 deletions.
16 changes: 16 additions & 0 deletions modular_doppler/modular_cosmetics/code/shoes/baseshoes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@
greyscale_config_worn_bodyshapes = list(BODYSHAPE_HUMANOID_T = /datum/greyscale_config/sneakers/worn,
BODYSHAPE_DIGITIGRADE_T = /datum/greyscale_config/sneakers/worn/digi)

/obj/item/clothing/shoes/sneakers/doppler
name = "doppler sneakers"
greyscale_colors = "#2b2b2b#ffffff"

/obj/item/clothing/shoes/sneakers/doppler/med_green
name = "apple-green sneakers"
greyscale_colors = "#B7DE5B#ffffff"

/obj/item/clothing/shoes/sneakers/doppler/eng_orange
name = "orange sneakers"
greyscale_colors = "#FBB954#ffffff"

/obj/item/clothing/shoes/sneakers/doppler/cmd_electric
name = "electric-green sneakers"
greyscale_colors = "#D5E04B#ffffff"

/obj/item/clothing/shoes/sneakers/orange
greyscale_config_worn_bodyshapes = list(BODYSHAPE_HUMANOID_T = /datum/greyscale_config/sneakers_orange/worn,
BODYSHAPE_DIGITIGRADE_T = /datum/greyscale_config/sneakers_orange/worn/digi)
Expand Down
18 changes: 18 additions & 0 deletions modular_doppler/modular_cosmetics/code/uniform_overrides.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,21 @@
/datum/colored_assistant/random
jumpsuits = list(/obj/item/clothing/under/misc/doppler_uniform/standard/suit/overalls/random)
jumpskirts = list(/obj/item/clothing/under/misc/doppler_uniform/standard/suit/overalls/random) // DITTO: see above

// medical sneaker overrides (Misery)
/datum/outfit/job/cmo
shoes = /obj/item/clothing/shoes/sneakers/doppler/med_green
/datum/outfit/job/doctor
shoes = /obj/item/clothing/shoes/sneakers/doppler/med_green
/datum/outfit/job/chemist
shoes = /obj/item/clothing/shoes/sneakers/doppler/cmd_electric
/datum/outfit/job/paramedic
shoes = /obj/item/clothing/shoes/sneakers/doppler/med_green

// ditto but engineering edition
/datum/outfit/job/ce
shoes = /obj/item/clothing/shoes/sneakers/doppler/eng_orange
/datum/outfit/job/engineer
shoes = /obj/item/clothing/shoes/sneakers/doppler/eng_orange
/datum/outfit/job/atmos
shoes = /obj/item/clothing/shoes/sneakers/doppler/eng_orange
Binary file not shown.
Binary file not shown.
Binary file modified modular_doppler/modular_cosmetics/icons/obj/under/base/medical.dmi
Binary file not shown.

0 comments on commit a7ff24b

Please sign in to comment.