diff --git a/code/datums/underwear/top.dm b/code/datums/underwear/top.dm index 336bebd1cc5..a977717f425 100644 --- a/code/datums/underwear/top.dm +++ b/code/datums/underwear/top.dm @@ -78,6 +78,10 @@ name = "Binder" icon_state = "binder_s" +/datum/category_item/underwear/top/binder_hyper + name = "HYPER Binder" + icon_state = "hyper_binder" + /datum/category_item/underwear/top/straplessbinder name = "Binder Strapless" icon_state = "straplessbinder_s" diff --git a/icons/mob/human.dmi b/icons/mob/human.dmi index 7ebbdc046f0..1fc987773e6 100644 Binary files a/icons/mob/human.dmi and b/icons/mob/human.dmi differ