diff --git a/code/modules/clothing/under/jobs/medsci.dm b/code/modules/clothing/under/jobs/medsci.dm index 148479983b..22c7358110 100644 --- a/code/modules/clothing/under/jobs/medsci.dm +++ b/code/modules/clothing/under/jobs/medsci.dm @@ -159,7 +159,7 @@ fitted = FEMALE_UNIFORM_TOP /obj/item/clothing/under/rank/medical/paramedic - desc = "It's made of a special fiber that provides minor protection against biohazards. It has a dark blue cross on the chest denoting that the wearer is a trained paramedic." + desc = "It's made of a special fiber that provides minor protection against biohazards. It has a white cross on the chest denoting that the wearer is a trained paramedic." name = "paramedic jumpsuit" icon_state = "paramedic-dark" item_state = "w_suit" @@ -169,14 +169,12 @@ /obj/item/clothing/under/rank/medical/paramedic/light desc = "It's made of a special fiber that provides minor protection against biohazards. It has a dark blue cross on the chest denoting that the wearer is a trained paramedic." - name = "paramedic jumpsuit" icon_state = "paramedic-light" - item_state = "w_suit" item_color = "paramedic" permeability_coefficient = 0.5 armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 10, "rad" = 0, "fire" = 0, "acid" = 0) -/obj/item/clothing/under/rank/medical/paramedic/skirt +/obj/item/clothing/under/rank/medical/paramedic/skirt/light name = "paramedic jumpskirt" desc = "It's made of a special fiber that provides minor protection against biohazards. It has a dark blue cross on the chest denoting that the wearer is a trained paramedic." icon_state = "paramedic_skirt" @@ -186,7 +184,7 @@ can_adjust = FALSE fitted = FEMALE_UNIFORM_TOP -/obj/item/clothing/under/rank/medical/paramedic/skirt/dark +/obj/item/clothing/under/rank/medical/paramedic/skirt desc = "It's made of a special fiber that provides minor protection against biohazards. It has a white cross on the chest denoting that the wearer is a trained paramedic." icon_state = "paramedic-dark_skirt" item_state = "w_suit" diff --git a/code/modules/vending/wardrobes.dm b/code/modules/vending/wardrobes.dm index 45bfdc24ff..ba5e511612 100644 --- a/code/modules/vending/wardrobes.dm +++ b/code/modules/vending/wardrobes.dm @@ -48,7 +48,7 @@ /obj/item/clothing/under/rank/medical/paramedic = 5, /obj/item/clothing/under/rank/medical/paramedic/light = 5, /obj/item/clothing/under/rank/medical/paramedic/skirt = 5, - /obj/item/clothing/under/rank/medical/paramedic/skirt/dark = 5, + /obj/item/clothing/under/rank/medical/paramedic/skirt/light = 5, /obj/item/clothing/suit/toggle/labcoat = 5, /obj/item/clothing/suit/toggle/labcoat/paramedic = 5, /obj/item/clothing/suit/toggle/labcoat/emt = 5,