Skip to content

Commit

Permalink
Camo Alts
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-023 committed Sep 3, 2024
1 parent 085361e commit b52d6b1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions code/modules/clothing/under/ties.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1122,6 +1122,12 @@
hold = /obj/item/storage/internal/accessory/webbing/m3/generic
slot = ACCESSORY_SLOT_M3UTILITY

/obj/item/clothing/accessory/storage/webbing/m3/Initialize(mapload)
. = ..()
if(!(flags_atom & NO_SNOW_TYPE))
select_gamemode_skin(type)
update_icon()

/obj/item/clothing/accessory/storage/black_vest/m3/m40
name = "\improper M3 Pattern Grenade Webbing"
desc = "A sturdy mess of synthcotton belts and buckles, ready to share your burden."
Expand All @@ -1134,3 +1140,10 @@
icon_state = "m3webbingsmall"
hold = /obj/item/storage/internal/accessory/black_vest/m3/generic
slot = ACCESSORY_SLOT_M3UTILITY

/obj/item/clothing/accessory/storage/black_vest/m3/Initialize(mapload)
. = ..()
if(!(flags_atom & NO_SNOW_TYPE))
select_gamemode_skin(type)
update_icon()

Binary file modified icons/mob/humans/onmob/ties.dmi
Binary file not shown.
Binary file modified icons/obj/items/clothing/ties.dmi
Binary file not shown.
Binary file modified icons/obj/items/clothing/ties_overlay.dmi
Binary file not shown.

0 comments on commit b52d6b1

Please sign in to comment.