diff --git a/code/modules/clothing/under/armbands.dm b/code/modules/clothing/under/armbands.dm index 692b18d9..217f529d 100644 --- a/code/modules/clothing/under/armbands.dm +++ b/code/modules/clothing/under/armbands.dm @@ -36,7 +36,7 @@ item_color = "med" /obj/item/clothing/tie/armband/medgreen - name = "medical guard armband" + name = "paramedic armband" desc = "An armband, worn by the station's security forces to display which department they're assigned to. This one is white and green." - icon_state = "medgreen" - item_color = "medgreen" \ No newline at end of file + icon_state = "emt" + item_color = "emt" \ No newline at end of file diff --git a/icons/mob/ties.dmi b/icons/mob/ties.dmi index 83099df9..d29a896f 100644 Binary files a/icons/mob/ties.dmi and b/icons/mob/ties.dmi differ diff --git a/icons/obj/clothing/ties.dmi b/icons/obj/clothing/ties.dmi index 01d3193f..9ff5ff22 100644 Binary files a/icons/obj/clothing/ties.dmi and b/icons/obj/clothing/ties.dmi differ diff --git a/icons/obj/clothing/ties_overlay.dmi b/icons/obj/clothing/ties_overlay.dmi index 60cff0db..6e636c96 100644 Binary files a/icons/obj/clothing/ties_overlay.dmi and b/icons/obj/clothing/ties_overlay.dmi differ