diff --git a/_maps/map_files220/MetaStation/MetaStation.dmm b/_maps/map_files220/MetaStation/MetaStation.dmm index edf05abba349..a2441c98f3b4 100644 --- a/_maps/map_files220/MetaStation/MetaStation.dmm +++ b/_maps/map_files220/MetaStation/MetaStation.dmm @@ -17190,6 +17190,12 @@ /obj/machinery/light_switch/east{ pixel_y = -6 }, +/obj/item/clothing/under/towel_long_alt/blue{ + pixel_y = -5 + }, +/obj/item/clothing/head/towel/blue{ + pixel_y = 6 + }, /turf/simulated/floor/wood, /area/station/command/office/captain/bedroom) "bnF" = ( @@ -23176,6 +23182,17 @@ "bEr" = ( /obj/structure/dresser, /obj/structure/sign/poster/official/random/south, +/obj/item/clothing/under/towel_long{ + pixel_x = -7; + pixel_y = -3 + }, +/obj/item/clothing/under/towel_short{ + pixel_x = 8; + pixel_y = -5 + }, +/obj/item/clothing/head/towel{ + pixel_y = 7 + }, /turf/simulated/floor/plasteel{ icon_state = "barber" }, @@ -57362,6 +57379,12 @@ /obj/structure/dresser, /obj/machinery/light/small/directional/north, /obj/machinery/newscaster/directional/north, +/obj/item/clothing/under/towel_long/green{ + pixel_y = -5 + }, +/obj/item/clothing/head/towel/green{ + pixel_y = 6 + }, /turf/simulated/floor/wood, /area/station/service/theatre) "jnc" = ( diff --git a/_maps/map_files220/cyberiad/cyberiad.dmm b/_maps/map_files220/cyberiad/cyberiad.dmm index fe1dd0c42353..d27b7e6a341b 100644 --- a/_maps/map_files220/cyberiad/cyberiad.dmm +++ b/_maps/map_files220/cyberiad/cyberiad.dmm @@ -26105,6 +26105,7 @@ dir = 8 }, /obj/machinery/light/small/directional/east, +/obj/item/ashtray/glass, /turf/simulated/floor/plasteel{ dir = 4; icon_state = "whitepurplecorner" @@ -46600,18 +46601,18 @@ /turf/simulated/floor/plating, /area/station/engineering/secure_storage) "edp" = ( -/obj/item/cartridge/engineering{ - pixel_x = 3 - }, +/obj/structure/table, /obj/item/cartridge/engineering{ pixel_x = -3; pixel_y = 2 }, +/obj/item/cartridge/engineering{ + pixel_x = 3 + }, /obj/item/cartridge/engineering{ pixel_x = 4; pixel_y = 5 }, -/obj/structure/table, /turf/simulated/floor/plasteel{ icon_state = "yellowcorner" }, @@ -53488,6 +53489,14 @@ pixel_x = -8; id = "CMO_Bed" }, +/obj/item/clothing/under/towel_long_alt/cyan{ + pixel_y = -5; + pixel_x = -7 + }, +/obj/item/clothing/head/towel/cyan{ + pixel_x = -7; + pixel_y = 5 + }, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -54549,7 +54558,6 @@ /area/station/security/brig) "gVT" = ( /obj/structure/table, -/obj/item/ashtray/glass, /obj/machinery/light_switch/north, /obj/machinery/light/directional/north, /turf/simulated/floor/plasteel{ @@ -61018,6 +61026,28 @@ c_tag = "Brig Restroom"; dir = 1 }, +/obj/structure/table, +/obj/item/clothing/under/towel_long_alt/red{ + pixel_x = -8; + pixel_y = -5 + }, +/obj/item/clothing/under/towel_long/red{ + pixel_x = -8 + }, +/obj/item/clothing/under/towel_short_alt/red{ + pixel_x = 8; + pixel_y = -8 + }, +/obj/item/clothing/under/towel_short/red{ + pixel_x = 8; + pixel_y = -3 + }, +/obj/item/clothing/head/towel/red{ + pixel_x = 7 + }, +/obj/item/clothing/head/towel/red{ + pixel_x = -7 + }, /turf/simulated/floor/plasteel{ icon_state = "neutral" }, @@ -64924,6 +64954,8 @@ pixel_y = 14 }, /obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/item/clothing/under/towel_long/blue, +/obj/item/clothing/head/towel/blue, /turf/simulated/floor/carpet, /area/station/command/office/hop) "kQw" = ( @@ -69010,6 +69042,8 @@ /obj/machinery/door_control/shutter/west{ id = "hos_secure_doors" }, +/obj/item/clothing/under/towel_long_alt/red, +/obj/item/clothing/head/towel/red, /turf/simulated/floor/plasteel{ icon_state = "grimy" }, @@ -79997,6 +80031,12 @@ d2 = 4; icon_state = "0-4" }, +/obj/item/clothing/under/towel_long_alt/blue{ + pixel_y = -5 + }, +/obj/item/clothing/head/towel/blue{ + pixel_y = 5 + }, /turf/simulated/floor/carpet, /area/station/command/office/captain/bedroom) "qmX" = ( @@ -91952,6 +91992,23 @@ "uCJ" = ( /obj/machinery/light/small/directional/east, /obj/machinery/atmospherics/unary/vent_pump/on, +/obj/item/clothing/under/towel_short_alt{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/clothing/under/towel_short{ + pixel_y = 10; + pixel_x = 5 + }, +/obj/structure/table, +/obj/item/clothing/head/towel{ + pixel_x = -15; + pixel_y = 5 + }, +/obj/item/clothing/head/towel{ + pixel_x = -15; + pixel_y = 10 + }, /turf/simulated/floor/plasteel{ icon_state = "showroomfloor" }, @@ -97381,6 +97438,15 @@ /turf/simulated/floor/plasteel, /area/station/hallway/primary/central/west) "wEb" = ( +/obj/item/clothing/under/towel_long{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/clothing/under/towel_long_alt{ + pixel_y = 10; + pixel_x = -5 + }, +/obj/structure/table, /turf/simulated/floor/plasteel{ icon_state = "showroomfloor" }, diff --git a/_maps/map_files220/delta/delta.dmm b/_maps/map_files220/delta/delta.dmm index 8031bcb6e0ad..97bc1097980b 100644 --- a/_maps/map_files220/delta/delta.dmm +++ b/_maps/map_files220/delta/delta.dmm @@ -6966,6 +6966,8 @@ req_one_access_txt = "19"; pixel_x = -8 }, +/obj/item/clothing/under/towel_long_alt/brown, +/obj/item/clothing/head/towel/brown, /turf/simulated/floor/carpet/orange, /area/station/supply/qm) "aEM" = ( @@ -12634,6 +12636,8 @@ /obj/structure/mirror{ pixel_x = 26 }, +/obj/item/clothing/under/towel_long_alt/cyan, +/obj/item/clothing/head/towel/cyan, /turf/simulated/floor/plasteel{ icon_state = "dark" }, @@ -23086,6 +23090,10 @@ "bQm" = ( /obj/structure/dresser, /obj/machinery/status_display/directional/north, +/obj/item/clothing/under/towel_long_alt/orange, +/obj/item/clothing/head/towel/orange{ + pixel_y = 7 + }, /turf/simulated/floor/plasteel/grimy, /area/station/command/office/ce) "bQo" = ( @@ -27119,6 +27127,10 @@ /area/station/command/office/captain/bedroom) "cea" = ( /obj/structure/dresser, +/obj/item/clothing/under/towel_long_alt/blue, +/obj/item/clothing/head/towel/blue{ + pixel_y = 7 + }, /turf/simulated/floor/carpet/black, /area/station/command/office/captain/bedroom) "cei" = ( @@ -33665,6 +33677,14 @@ dir = 8 }, /obj/machinery/alarm/directional/east, +/obj/structure/table, +/obj/item/clothing/under/towel_long_alt, +/obj/item/clothing/under/towel_long{ + pixel_y = 7 + }, +/obj/item/clothing/head/towel{ + pixel_y = 10 + }, /turf/simulated/floor/plasteel/freezer, /area/station/public/pool) "cFJ" = ( @@ -41606,6 +41626,10 @@ /obj/machinery/atmospherics/unary/vent_scrubber/on{ dir = 8 }, +/obj/item/clothing/under/towel_long_alt/purple, +/obj/item/clothing/head/towel/purple{ + pixel_y = 7 + }, /turf/simulated/floor/plasteel{ dir = 4; icon_state = "whitepurplecorner" @@ -47077,6 +47101,10 @@ "dUJ" = ( /obj/structure/extinguisher_cabinet/directional/west, /obj/structure/dresser, +/obj/item/clothing/under/towel_short_alt/green, +/obj/item/clothing/head/towel/green{ + pixel_y = 7 + }, /turf/simulated/floor/plasteel/dark, /area/station/service/chapel/office) "dUK" = ( @@ -61400,6 +61428,10 @@ /obj/machinery/light/directional/north, /obj/machinery/light_switch/east, /obj/structure/dresser, +/obj/item/clothing/under/towel_short_alt/blue, +/obj/item/clothing/head/towel/blue{ + pixel_y = 7 + }, /turf/simulated/floor/carpet, /area/station/command/office/hop) "iie" = ( @@ -67122,6 +67154,17 @@ dir = 4 }, /obj/machinery/firealarm/directional/west, +/obj/structure/table, +/obj/item/clothing/under/towel_short_alt, +/obj/item/clothing/under/towel_short{ + pixel_y = 7 + }, +/obj/item/clothing/under/towel_short{ + pixel_y = 7 + }, +/obj/item/clothing/head/towel{ + pixel_y = 10 + }, /turf/simulated/floor/plasteel/freezer, /area/station/public/pool) "jVi" = ( @@ -85622,6 +85665,9 @@ icon_state = "2-8" }, /obj/effect/landmark/start/assistant, +/obj/item/clothing/head/towel{ + pixel_y = -7 + }, /turf/simulated/floor/plasteel/freezer, /area/station/public/pool) "pLI" = ( @@ -93437,6 +93483,10 @@ "sjM" = ( /obj/structure/dresser, /obj/machinery/light_switch/north, +/obj/item/clothing/under/towel_long_alt/red, +/obj/item/clothing/head/towel/red{ + pixel_y = 7 + }, /turf/simulated/floor/carpet/black, /area/station/command/office/hos) "sjT" = ( diff --git a/modular_ss220/clothing/_clothing.dm b/modular_ss220/clothing/_clothing.dm index a02cb36a176f..7480dacd0d4f 100644 --- a/modular_ss220/clothing/_clothing.dm +++ b/modular_ss220/clothing/_clothing.dm @@ -2,3 +2,9 @@ name = "Одежда" desc = "Всё для модного приговора." author = "Aylong220, Yata9arasu" + +/datum/modpack/clothing/initialize() + . = ..() + GLOB.cloth_recipes += list( + new /datum/stack_recipe("полотенце", /obj/item/clothing/under/towel_long, 4, time = 1 SECONDS) + ) diff --git a/modular_ss220/clothing/code/hats.dm b/modular_ss220/clothing/code/hats.dm index 4b8d0e0b08f0..2f42d4ee7222 100644 --- a/modular_ss220/clothing/code/hats.dm +++ b/modular_ss220/clothing/code/hats.dm @@ -63,3 +63,59 @@ "Vox" = 'modular_ss220/clothing/icons/mob/species/vox/hats.dmi', "Vulpkanin" = 'modular_ss220/clothing/icons/mob/hats.dmi', ) + +/obj/item/clothing/head/towel + name = "шапка из полотенца" + desc = "Полотенце замотанное в импровизированную шапку. Можно надеть на голову." + icon = 'modular_ss220/clothing/icons/object/hats.dmi' + icon_state = "towel_head" + item_color = "towel_head" + sprite_sheets = list( + "Abductor" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Ancient Skeleton" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Diona" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Drask" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Golem" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Grey" = 'modular_ss220/clothing/icons/mob/species/grey/hats.dmi', + "Human" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Kidan" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Machine" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Monkey" = 'modular_ss220/clothing/icons/mob/species/monkey/hats.dmi', + "Nian" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Plasmaman" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Shadow" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Skrell" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Slime People" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Tajaran" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Unathi" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Vox" = 'modular_ss220/clothing/icons/mob/species/vox/hats.dmi', + "Vulpkanin" = 'modular_ss220/clothing/icons/mob/hats.dmi', + ) + +/obj/item/clothing/head/towel/red + name = "красная шапочка из полотенца" + color = "#EE204D" + +/obj/item/clothing/head/towel/green + name = "зелёная шапочка из полотенца" + color = "#32CD32" + +/obj/item/clothing/head/towel/blue + name = "синяя шапочка из полотенца" + color = "#1E90FF" + +/obj/item/clothing/head/towel/orange + name = "оранжевая шапочка из полотенца" + color = "#FFA500" + +/obj/item/clothing/head/towel/purple + name = "фиолетовая шапочка из полотенца" + color = "#DA70D6" + +/obj/item/clothing/head/towel/cyan + name = "голубая шапочка из полотенца" + color = "#40E0D0" + +/obj/item/clothing/head/towel/brown + name = "коричневая шапочка из полотенца" + color = "#DEB887" diff --git a/modular_ss220/clothing/code/under.dm b/modular_ss220/clothing/code/under.dm index a534a72fe577..3d162f5a6364 100644 --- a/modular_ss220/clothing/code/under.dm +++ b/modular_ss220/clothing/code/under.dm @@ -266,3 +266,238 @@ "Human" = 'modular_ss220/clothing/icons/mob/under.dmi', ) +/obj/item/clothing/under/towel_long + name = "полотенце" + desc = "Полотенце, сотканное из синтетической ткани. Можно обмотать вокруг тела." + icon = 'modular_ss220/clothing/icons/object/under.dmi' + icon_state = "towel_long" + item_color = "towel_long" + has_sensor = 0 + lefthand_file = 'modular_ss220/clothing/icons/inhands/left_hand.dmi' + righthand_file = 'modular_ss220/clothing/icons/inhands/right_hand.dmi' + sprite_sheets = list( + "Human" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Tajaran" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Vulpkanin" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Kidan" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Skrell" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Slime People" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Plasmaman" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Grey" = 'modular_ss220/clothing/icons/mob/species/grey/under.dmi', + "Drask" = 'modular_ss220/clothing/icons/mob/species/drask/under.dmi', + "Unathi" = 'modular_ss220/clothing/icons/mob/species/unathi/under.dmi', + "Vox" = 'modular_ss220/clothing/icons/mob/species/vox/under.dmi', + "Monkey" = 'modular_ss220/clothing/icons/mob/species/monkey/under.dmi', + "Nian" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Golem" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Adbuctor" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Machine" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Diona" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Shadow" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Ancient Skeleton" ='modular_ss220/clothing/icons/mob/under.dmi', + ) + +/obj/item/clothing/under/towel_long_alt + name = "махровое полотенце" + desc = "Полотенце, сотканное из синтетической ткани, на взгляд шершавое. Можно обмотать вокруг тела." + icon = 'modular_ss220/clothing/icons/object/under.dmi' + icon_state = "towel_long_alt" + item_color = "towel_long_alt" + has_sensor = 0 + lefthand_file = 'modular_ss220/clothing/icons/inhands/left_hand.dmi' + righthand_file = 'modular_ss220/clothing/icons/inhands/right_hand.dmi' + sprite_sheets = list( + "Human" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Tajaran" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Vulpkanin" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Kidan" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Skrell" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Slime People" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Plasmaman" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Grey" = 'modular_ss220/clothing/icons/mob/species/grey/under.dmi', + "Drask" = 'modular_ss220/clothing/icons/mob/species/drask/under.dmi', + "Unathi" = 'modular_ss220/clothing/icons/mob/species/unathi/under.dmi', + "Vox" = 'modular_ss220/clothing/icons/mob/species/vox/under.dmi', + "Monkey" = 'modular_ss220/clothing/icons/mob/species/monkey/under.dmi', + "Nian" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Golem" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Adbuctor" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Machine" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Diona" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Shadow" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Ancient Skeleton" ='modular_ss220/clothing/icons/mob/under.dmi', + ) + +/obj/item/clothing/under/towel_short + name = "маленькое полотенце" + desc = "Полотенце, сотканное из синтетической ткани, но маленькое. Можно обмотать вокруг тела." + icon = 'modular_ss220/clothing/icons/object/under.dmi' + icon_state = "towel_short" + item_color = "towel_short" + has_sensor = 0 + sprite_sheets = list( + "Human" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Tajaran" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Vulpkanin" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Kidan" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Skrell" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Slime People" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Plasmaman" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Grey" = 'modular_ss220/clothing/icons/mob/species/grey/under.dmi', + "Drask" = 'modular_ss220/clothing/icons/mob/species/drask/under.dmi', + "Unathi" = 'modular_ss220/clothing/icons/mob/species/unathi/under.dmi', + "Vox" = 'modular_ss220/clothing/icons/mob/species/vox/under.dmi', + "Monkey" = 'modular_ss220/clothing/icons/mob/species/monkey/under.dmi', + "Nian" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Golem" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Adbuctor" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Machine" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Diona" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Shadow" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Ancient Skeleton" ='modular_ss220/clothing/icons/mob/under.dmi', + ) + +/obj/item/clothing/under/towel_short_alt + name = "маленькое махровое полотенце" + desc = "Полотенце, сотканное из синтетической ткани, на взгляд шершавое и маленькое. Можно обмотать вокруг тела." + icon = 'modular_ss220/clothing/icons/object/under.dmi' + icon_state = "towel_short_alt" + item_color = "towel_short_alt" + has_sensor = 0 + sprite_sheets = list( + "Human" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Tajaran" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Vulpkanin" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Kidan" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Skrell" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Slime People" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Plasmaman" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Grey" = 'modular_ss220/clothing/icons/mob/species/grey/under.dmi', + "Drask" = 'modular_ss220/clothing/icons/mob/species/drask/under.dmi', + "Unathi" = 'modular_ss220/clothing/icons/mob/species/unathi/under.dmi', + "Vox" = 'modular_ss220/clothing/icons/mob/species/vox/under.dmi', + "Monkey" = 'modular_ss220/clothing/icons/mob/species/monkey/under.dmi', + "Nian" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Golem" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Adbuctor" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Machine" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Diona" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Shadow" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Ancient Skeleton" ='modular_ss220/clothing/icons/mob/under.dmi', + ) + +// Длинное полотенце +/obj/item/clothing/under/towel_long/red + name = "красное полотенце" + color = "#EE204D" + +/obj/item/clothing/under/towel_long/green + name = "зелёное полотенце" + color = "#32CD32" + +/obj/item/clothing/under/towel_long/blue + name = "синее полотенце" + color = "#1E90FF" + +/obj/item/clothing/under/towel_long/orange + name = "оранжевое полотенце" + color = "#FFA500" + +/obj/item/clothing/under/towel_long/purple + name = "фиолетовое полотенце" + color = "#DA70D6" + +/obj/item/clothing/under/towel_long/cyan + name = "голубое полотенце" + color = "#40E0D0" + +/obj/item/clothing/under/towel_long/brown + name = "коричневое полотенце" + color = "#DEB887" + +// Длинное махровое полотенце +/obj/item/clothing/under/towel_long_alt/red + name = "красное махровое полотенце" + color = "#EE204D" + +/obj/item/clothing/under/towel_long_alt/green + name = "зелёное махровое полотенце" + color = "#32CD32" + +/obj/item/clothing/under/towel_long_alt/blue + name = "синее махровое полотенце" + color = "#1E90FF" + +/obj/item/clothing/under/towel_long_alt/orange + name = "оранжевое махровое полотенце" + color = "#FFA500" + +/obj/item/clothing/under/towel_long_alt/purple + name = "фиолетовое махровое полотенце" + color = "#DA70D6" + +/obj/item/clothing/under/towel_long_alt/cyan + name = "голубое махровое полотенце" + color = "#40E0D0" + +/obj/item/clothing/under/towel_long_alt/brown + name = "коричневое махровое полотенце" + color = "#DEB887" + +// Маленькое полотенце +/obj/item/clothing/under/towel_short/red + name = "красное маленькое полотенце" + color = "#EE204D" + +/obj/item/clothing/under/towel_short/green + name = "зелёное маленькое полотенце" + color = "#32CD32" + +/obj/item/clothing/under/towel_short/blue + name = "синее маленькое полотенце" + color = "#1E90FF" + +/obj/item/clothing/under/towel_short/orange + name = "оранжевое маленькое полотенце" + color = "#FFA500" + +/obj/item/clothing/under/towel_short/purple + name = "фиолетовое маленькое полотенце" + color = "#DA70D6" + +/obj/item/clothing/under/towel_short/cyan + name = "голубое маленькое полотенце" + color = "#40E0D0" + +/obj/item/clothing/under/towel_short/brown + name = "коричневое маленькое полотенце" + color = "#DEB887" + +// Маленькое махровое полотенце +/obj/item/clothing/under/towel_short_alt/red + name = "красное махровое маленькое полотенце" + color = "#EE204D" + +/obj/item/clothing/under/towel_short_alt/green + name = "зелёное махровое маленькое полотенце" + color = "#32CD32" + +/obj/item/clothing/under/towel_short_alt/blue + name = "синее махровое маленькое полотенце" + color = "#1E90FF" + +/obj/item/clothing/under/towel_short_alt/orange + name = "оранжевое махровое маленькое полотенце" + color = "#FFA500" + +/obj/item/clothing/under/towel_short_alt/purple + name = "фиолетовое махровое маленькое полотенце" + color = "#DA70D6" + +/obj/item/clothing/under/towel_short_alt/cyan + name = "голубое махровое маленькое полотенце" + color = "#40E0D0" + +/obj/item/clothing/under/towel_short_alt/brown + name = "коричневое махровое маленькое полотенце" + color = "#DEB887" diff --git a/modular_ss220/clothing/icons/inhands/left_hand.dmi b/modular_ss220/clothing/icons/inhands/left_hand.dmi index 3fc304464b9f..9909b6b43d34 100644 Binary files a/modular_ss220/clothing/icons/inhands/left_hand.dmi and b/modular_ss220/clothing/icons/inhands/left_hand.dmi differ diff --git a/modular_ss220/clothing/icons/inhands/right_hand.dmi b/modular_ss220/clothing/icons/inhands/right_hand.dmi index b417ad7fa654..b88f1c042c8c 100644 Binary files a/modular_ss220/clothing/icons/inhands/right_hand.dmi and b/modular_ss220/clothing/icons/inhands/right_hand.dmi differ diff --git a/modular_ss220/clothing/icons/mob/hats.dmi b/modular_ss220/clothing/icons/mob/hats.dmi index af65b471a6d1..9eb5dba46045 100644 Binary files a/modular_ss220/clothing/icons/mob/hats.dmi and b/modular_ss220/clothing/icons/mob/hats.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/drask/under.dmi b/modular_ss220/clothing/icons/mob/species/drask/under.dmi index bde64d3ff57e..b42a03442a89 100644 Binary files a/modular_ss220/clothing/icons/mob/species/drask/under.dmi and b/modular_ss220/clothing/icons/mob/species/drask/under.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/grey/hats.dmi b/modular_ss220/clothing/icons/mob/species/grey/hats.dmi index eaf5c1bf3453..7cabd20be3fc 100644 Binary files a/modular_ss220/clothing/icons/mob/species/grey/hats.dmi and b/modular_ss220/clothing/icons/mob/species/grey/hats.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/grey/under.dmi b/modular_ss220/clothing/icons/mob/species/grey/under.dmi index 129cb0567edf..68b7d8395972 100644 Binary files a/modular_ss220/clothing/icons/mob/species/grey/under.dmi and b/modular_ss220/clothing/icons/mob/species/grey/under.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/monkey/hats.dmi b/modular_ss220/clothing/icons/mob/species/monkey/hats.dmi index f7989c846400..84cddd53877d 100644 Binary files a/modular_ss220/clothing/icons/mob/species/monkey/hats.dmi and b/modular_ss220/clothing/icons/mob/species/monkey/hats.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/monkey/under.dmi b/modular_ss220/clothing/icons/mob/species/monkey/under.dmi index 3191cd5c113c..5d12bb67679e 100644 Binary files a/modular_ss220/clothing/icons/mob/species/monkey/under.dmi and b/modular_ss220/clothing/icons/mob/species/monkey/under.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/unathi/under.dmi b/modular_ss220/clothing/icons/mob/species/unathi/under.dmi index 091feeb3e8c9..8f61504d2047 100644 Binary files a/modular_ss220/clothing/icons/mob/species/unathi/under.dmi and b/modular_ss220/clothing/icons/mob/species/unathi/under.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/vox/hats.dmi b/modular_ss220/clothing/icons/mob/species/vox/hats.dmi index 1e171afef405..e4b0c0232568 100644 Binary files a/modular_ss220/clothing/icons/mob/species/vox/hats.dmi and b/modular_ss220/clothing/icons/mob/species/vox/hats.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/vox/under.dmi b/modular_ss220/clothing/icons/mob/species/vox/under.dmi index ad47252dcbaa..f6d259da3cc1 100644 Binary files a/modular_ss220/clothing/icons/mob/species/vox/under.dmi and b/modular_ss220/clothing/icons/mob/species/vox/under.dmi differ diff --git a/modular_ss220/clothing/icons/mob/under.dmi b/modular_ss220/clothing/icons/mob/under.dmi index aa4e6bede46a..e68fa6a1b24c 100644 Binary files a/modular_ss220/clothing/icons/mob/under.dmi and b/modular_ss220/clothing/icons/mob/under.dmi differ diff --git a/modular_ss220/clothing/icons/object/hats.dmi b/modular_ss220/clothing/icons/object/hats.dmi index 3c39401b54d8..0da59fcd9b1a 100644 Binary files a/modular_ss220/clothing/icons/object/hats.dmi and b/modular_ss220/clothing/icons/object/hats.dmi differ diff --git a/modular_ss220/clothing/icons/object/under.dmi b/modular_ss220/clothing/icons/object/under.dmi index 0d91a6e11b9e..f1dc9aac1cb7 100644 Binary files a/modular_ss220/clothing/icons/object/under.dmi and b/modular_ss220/clothing/icons/object/under.dmi differ