Skip to content

Commit

Permalink
Merge branch 'master' into nuclear
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesWedge authored Oct 8, 2024
2 parents 141461c + aaa9b25 commit 2885f4d
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/modules/clothing/under/accessories/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
desc = "A pair of loose, black leather chaps."
icon_state = "chaps_black"

/obj/item/clothing/accessory/chaps/unchaps
name = "black unchaps"
desc = "A pair of loose, black contradictions."
icon_state = "unchaps"

/*
* Poncho
*/
Expand Down
5 changes: 5 additions & 0 deletions code/modules/clothing/under/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1258,6 +1258,11 @@
desc = "A colorable leotard with a piece of semi-transparent cloth near the bust. Perfect for showing off cleavage. Bunny ears not included."
icon_state = "leotard_color"

/obj/item/clothing/under/leotardwindow
name = "side-window leotard"
desc = "A revealing leotard with a window that exposes your sides."
icon_state = "leotard_window"

/obj/item/clothing/under/bunnysuit_f
name = "bunny leotard (f)"
desc = "A black leotard, commonly used by casino workers to drive up tips. Bunny ears and tail sold separately."
Expand Down
4 changes: 4 additions & 0 deletions code/modules/loadout/loadout_accessories.dm
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@
name = "Chaps - Black"
path = /obj/item/clothing/accessory/chaps/black

/datum/loadout_entry/accessory/chaps/unchaps
name = "Unchaps - Black"
path = /obj/item/clothing/accessory/chaps/unchaps

/datum/loadout_entry/accessory/hawaii
name = "Hawaii Shirt"
path = /obj/item/clothing/accessory/hawaii
Expand Down
4 changes: 4 additions & 0 deletions code/modules/loadout/loadout_uniform.dm
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,10 @@
name = "Colored Leotard"
path = /obj/item/clothing/under/leotardcolor

/datum/loadout_entry/uniform/leotardwindow
name = "Window Leotard"
path = /obj/item/clothing/under/leotardwindow

/datum/loadout_entry/uniform/bunnysuit_f
name = "Bunny Leotard - Female"
path = /obj/item/clothing/under/bunnysuit_f
Expand Down
Binary file modified icons/mob/clothing/ties.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/uniform.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/ties.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/uniforms.dmi
Binary file not shown.

0 comments on commit 2885f4d

Please sign in to comment.