diff --git a/code/datums/underwear/bottom.dm b/code/datums/underwear/bottom.dm index ea413a91add..d8912907a47 100644 --- a/code/datums/underwear/bottom.dm +++ b/code/datums/underwear/bottom.dm @@ -29,6 +29,10 @@ icon_state = "boxers_loveheart" has_color = TRUE +/datum/category_item/underwear/bottom/boxers_Lprint + name = "Boxers, Leopard Print" + icon_state = "boxers_lprint" + /datum/category_item/underwear/bottom/panties name = "Panties" icon_state = "panties" diff --git a/html/changelogs/50_n00b.yml b/html/changelogs/50_n00b.yml new file mode 100644 index 00000000000..d6b2c3b7c10 --- /dev/null +++ b/html/changelogs/50_n00b.yml @@ -0,0 +1,4 @@ +author: 50_n00b +delete-after: True +changes: + - imageadd: "Added leopard print boxers to the character setup." \ No newline at end of file diff --git a/icons/mob/underwear.dmi b/icons/mob/underwear.dmi index 9ff93390ca6..e573c870253 100644 Binary files a/icons/mob/underwear.dmi and b/icons/mob/underwear.dmi differ