diff --git a/code/modules/clothing/under/ties.dm b/code/modules/clothing/under/ties.dm index 84e053388826..624f8791e9b3 100644 --- a/code/modules/clothing/under/ties.dm +++ b/code/modules/clothing/under/ties.dm @@ -508,6 +508,11 @@ desc = "Worn brownish synthcotton vest with lots of pockets to unload your hands." icon_state = "vest_brown" +/obj/item/clothing/accessory/storage/black_vest/white_vest + name = "white webbing vest" + desc = "Pristine white synthcotton vest with lots of pockets to unload your hands." + icon_state = "vest_white" + /obj/item/clothing/accessory/storage/black_vest/waistcoat name = "tactical waistcoat" desc = "A stylish black waistcoat with plenty of discreet pouches, to be both utilitarian and fashionable without compromising looks." @@ -587,6 +592,14 @@ /obj/item/clothing/accessory/storage/surg_vest/blue/equipped hold = /obj/item/storage/internal/accessory/surg_vest/equipped +/obj/item/clothing/accessory/storage/surg_vest/white + name = "white surgical webbing vest" + desc = "A pristine white synthcotton vest purpose-made for holding surgical tools." + icon_state = "vest_white" + +/obj/item/clothing/accessory/storage/surg_vest/white/equipped + hold = /obj/item/storage/internal/accessory/surg_vest/equipped + /obj/item/clothing/accessory/storage/knifeharness name = "M272 pattern knife vest" desc = "An older generation M272 pattern knife vest once employed by the USCM. Can hold up to 5 knives. It is made of synthcotton." @@ -613,6 +626,7 @@ /obj/item/storage/internal/accessory/knifeharness/duelling storage_slots = 2 max_storage_space = 2 + max_w_class = 3 can_hold = list( /obj/item/weapon/unathiknife, ) diff --git a/icons/mob/humans/onmob/ties.dmi b/icons/mob/humans/onmob/ties.dmi index cf11c37d2546..ff4322cfa189 100644 Binary files a/icons/mob/humans/onmob/ties.dmi and b/icons/mob/humans/onmob/ties.dmi differ diff --git a/icons/obj/items/clothing/ties.dmi b/icons/obj/items/clothing/ties.dmi index 4f5a3777ab10..424b2bcccc41 100644 Binary files a/icons/obj/items/clothing/ties.dmi and b/icons/obj/items/clothing/ties.dmi differ diff --git a/icons/obj/items/clothing/ties_overlay.dmi b/icons/obj/items/clothing/ties_overlay.dmi index 89396622aba3..93a44ec2b6e7 100644 Binary files a/icons/obj/items/clothing/ties_overlay.dmi and b/icons/obj/items/clothing/ties_overlay.dmi differ diff --git a/maps/map_files/USS_Almayer/USS_Almayer.dmm b/maps/map_files/USS_Almayer/USS_Almayer.dmm index 74296a8ec95b..2bec9e44095d 100644 --- a/maps/map_files/USS_Almayer/USS_Almayer.dmm +++ b/maps/map_files/USS_Almayer/USS_Almayer.dmm @@ -45133,6 +45133,7 @@ /area/almayer/lifeboat_pumps/south2) "kFk" = ( /obj/structure/closet/secure_closet/commander, +/obj/item/clothing/accessory/storage/black_vest/white_vest, /turf/open/floor/wood/ship, /area/almayer/living/commandbunks) "kFq" = ( @@ -69947,6 +69948,7 @@ /obj/structure/machinery/light{ dir = 1 }, +/obj/item/clothing/accessory/storage/surg_vest/white, /turf/open/floor/almayer{ dir = 1; icon_state = "sterile_green_corner"