diff --git a/code/modules/clothing/under/ties.dm b/code/modules/clothing/under/ties.dm index d44e3b2aa44..f2522915791 100644 --- a/code/modules/clothing/under/ties.dm +++ b/code/modules/clothing/under/ties.dm @@ -148,4 +148,10 @@ name = "medical guard armband" desc = "An armband, worn by the station's security forces to display which department they're assigned to. This one is white." icon_state = "med" - color = "med" \ No newline at end of file + color = "med" + +/obj/item/clothing/tie/armband/medgreen + name = "medical guard 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" + color = "medgreen" \ No newline at end of file diff --git a/icons/effects/effects.dmi b/icons/effects/effects.dmi index 7bdd57d0a99..6fbadffd198 100644 Binary files a/icons/effects/effects.dmi and b/icons/effects/effects.dmi differ diff --git a/icons/mob/ties.dmi b/icons/mob/ties.dmi index 33f09589435..49658fbf40c 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 de9fc99aea8..fff335f88e2 100644 Binary files a/icons/obj/clothing/ties.dmi and b/icons/obj/clothing/ties.dmi differ