diff --git a/code/modules/vending/wardrobes.dm b/code/modules/vending/wardrobes.dm index 6a9bde6e..125aa5b2 100644 --- a/code/modules/vending/wardrobes.dm +++ b/code/modules/vending/wardrobes.dm @@ -57,6 +57,7 @@ /obj/item/clothing/under/rank/medical/emt = 5, /obj/item/clothing/under/rank/medical/emt/skirt = 5, /obj/item/clothing/under/rank/medical = 5, + /obj/item/clothing/under/sexynursesuit = 5, /obj/item/clothing/suit/toggle/labcoat = 5, /obj/item/clothing/suit/toggle/labcoat/emt = 5, /obj/item/clothing/shoes/sneakers/white = 5, diff --git a/hyperstation/code/obj/kinkyclothes.dm b/hyperstation/code/obj/kinkyclothes.dm index 1405bff0..06d65362 100644 --- a/hyperstation/code/obj/kinkyclothes.dm +++ b/hyperstation/code/obj/kinkyclothes.dm @@ -85,4 +85,14 @@ obj/item/clothing/neck/stole/black alternate_worn_icon = 'hyperstation/icons/mobs/suits.dmi' item_state = "r_suit" can_adjust = FALSE + mutantrace_variation = NO_MUTANTRACE_VARIATION + +/obj/item/clothing/under/sexynursesuit + name = "Sexy nurse outfit" + desc = "A very revealing nurse's outfit. Not very sanitary. Does it even count as clothing?" + icon = 'hyperstation/icons/obj/clothing/suits.dmi' + icon_state = "sexynursesuit" + alternate_worn_icon = 'hyperstation/icons/mobs/suits.dmi' + item_state = "r_suit" + can_adjust = FALSE mutantrace_variation = NO_MUTANTRACE_VARIATION \ No newline at end of file diff --git a/hyperstation/icons/mobs/suits.dmi b/hyperstation/icons/mobs/suits.dmi index f1cd24b3..25622ad3 100644 Binary files a/hyperstation/icons/mobs/suits.dmi and b/hyperstation/icons/mobs/suits.dmi differ diff --git a/hyperstation/icons/obj/clothing/suits.dmi b/hyperstation/icons/obj/clothing/suits.dmi index 1f0a9ddc..f93f5c05 100644 Binary files a/hyperstation/icons/obj/clothing/suits.dmi and b/hyperstation/icons/obj/clothing/suits.dmi differ diff --git a/modular_citadel/code/game/machinery/vending.dm b/modular_citadel/code/game/machinery/vending.dm index 25506c16..e014869a 100644 --- a/modular_citadel/code/game/machinery/vending.dm +++ b/modular_citadel/code/game/machinery/vending.dm @@ -24,7 +24,7 @@ /obj/item/storage/hypospraykit/o2 = 2, /obj/item/storage/hypospraykit/brute = 2, /obj/item/storage/hypospraykit/enlarge = 2, - /obj/item/reagent_containers/glass/bottle/vial/small = 5) + /obj/item/reagent_containers/glass/bottle/vial/small = 5 ) /obj/machinery/vending/wardrobe/chap_wardrobe premium = list(/obj/item/toy/plush/plushvar = 1,