diff --git a/code/datums/underwear/bottom.dm b/code/datums/underwear/bottom.dm index 7f16ba66b7..358fe20104 100644 --- a/code/datums/underwear/bottom.dm +++ b/code/datums/underwear/bottom.dm @@ -10,6 +10,10 @@ /datum/category_item/underwear/bottom/briefs/is_default(var/gender) return gender != FEMALE +/datum/category_item/underwear/bottom/briefs_hyper + name = "HYPER Briefs" + icon_state = "hyper_briefs" + /datum/category_item/underwear/bottom/boxers_loveheart name = "Boxers, Loveheart" icon_state = "boxers_loveheart" @@ -19,6 +23,10 @@ icon_state = "boxers" has_color = TRUE +/datum/category_item/underwear/bottom/boxers_hyper + name = "HYPER Boxers" + icon_state = "hyper_boxers" + /datum/category_item/underwear/bottom/boxers_green_and_blue name = "Boxers, green & blue striped" icon_state = "boxers_green_and_blue" diff --git a/icons/mob/human.dmi b/icons/mob/human.dmi index 8d0a1f5e2e..1c3ad0e96c 100644 Binary files a/icons/mob/human.dmi and b/icons/mob/human.dmi differ