diff --git a/code/modules/clothing/head/jobs.dm b/code/modules/clothing/head/jobs.dm index 118c4171..362e245f 100644 --- a/code/modules/clothing/head/jobs.dm +++ b/code/modules/clothing/head/jobs.dm @@ -249,6 +249,11 @@ desc = "A special beret with the security insignia emblazoned on it. For officers with class." icon_state = "officerberet" +/obj/item/clothing/head/beret/sec/bitch + name = "security's bitch beret" + desc = "A softer beret with the word 'BITCH' embroidered on it in pink thread." + icon_state = "bitchberet" + //Curator /obj/item/clothing/head/fedora/curator name = "treasure hunter's fedora" diff --git a/code/modules/clothing/shoes/miscellaneous.dm b/code/modules/clothing/shoes/miscellaneous.dm index 18bf63b9..70d3c4ac 100644 --- a/code/modules/clothing/shoes/miscellaneous.dm +++ b/code/modules/clothing/shoes/miscellaneous.dm @@ -122,6 +122,12 @@ permeability_coefficient = 0.05 //Thick soles, and covers the ankle pocket_storage_component_path = /datum/component/storage/concrete/pockets/shoes +/obj/item/clothing/shoes/jackboots/tall + name = "tall jackboots" + desc = "A pair of knee-high jackboots, complete with heels. All style, all the time." + icon_state = "jackboots-tall" + item_state = "jackboots-tall" + /obj/item/clothing/shoes/jackboots/fast slowdown = -1 diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index 07d76fe3..eeff6e0c 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -42,6 +42,20 @@ icon_state = "blueshift" item_state = "blueshift" +/obj/item/clothing/suit/armor/vest/stripper + name = "stripper armor" + desc = "Talk about lightweight." + icon_state = "armorstripper" + item_state = "armorstripper" + armor = list("melee" = 15, "bullet" = 10, "laser" = 10, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0) + dog_fashion = null + +/obj/item/clothing/suit/armor/vest/stripper/bikini + name = "bikini armor" + desc = "How is this even supposed to work? It barely covers anything!" + icon_state = "armorstripperalt" + item_state = "armorstripperalt" + /obj/item/clothing/suit/armor/hos name = "armored greatcoat" desc = "A greatcoat enhanced with a special alloy for some extra protection and style for those with a commanding presence." diff --git a/code/modules/clothing/under/jobs/security.dm b/code/modules/clothing/under/jobs/security.dm index ee3daf95..f63381c5 100644 --- a/code/modules/clothing/under/jobs/security.dm +++ b/code/modules/clothing/under/jobs/security.dm @@ -33,6 +33,18 @@ body_parts_covered = CHEST|GROIN|ARMS can_adjust = FALSE //you know now that i think of it if you adjust the skirt and the sprite disappears isn't that just like flashing everyone fitted = FEMALE_UNIFORM_TOP +/obj/item/clothing/under/rank/security/skirt/slut + name = "slutty security jumpskirt" + desc = "A \"\"\"tactical\"\"\" security jumpsuit with the legs replaced by a skirt. No matter how you adjust it, it always feels a little too small." + icon_state = "secslutskirt" + item_state = "secslutskirt" + item_color = "secslutskirt" +/obj/item/clothing/under/rank/security/stripper + name = "security stripper outfit" + desc = "This can't be dress code compliant, can it?" + icon_state = "secstripper" + item_state = "secstripper" + item_color = "secstripper" /obj/item/clothing/under/rank/warden diff --git a/icons/mob/feet.dmi b/icons/mob/feet.dmi index 835b21a9..9b4198ac 100644 Binary files a/icons/mob/feet.dmi and b/icons/mob/feet.dmi differ diff --git a/icons/mob/feet_digi.dmi b/icons/mob/feet_digi.dmi index 3b99c2df..7b4070f4 100644 Binary files a/icons/mob/feet_digi.dmi and b/icons/mob/feet_digi.dmi differ diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index 1dbbd727..134aea71 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ diff --git a/icons/mob/suit.dmi b/icons/mob/suit.dmi index d37ceb0e..af122497 100644 Binary files a/icons/mob/suit.dmi and b/icons/mob/suit.dmi differ diff --git a/icons/mob/suit_digi.dmi b/icons/mob/suit_digi.dmi index a3c0405f..17a9194a 100644 Binary files a/icons/mob/suit_digi.dmi and b/icons/mob/suit_digi.dmi differ diff --git a/icons/mob/uniform.dmi b/icons/mob/uniform.dmi index 5f94b15a..44346aca 100644 Binary files a/icons/mob/uniform.dmi and b/icons/mob/uniform.dmi differ diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index f3750013..335d5875 100644 Binary files a/icons/obj/clothing/hats.dmi and b/icons/obj/clothing/hats.dmi differ diff --git a/icons/obj/clothing/shoes.dmi b/icons/obj/clothing/shoes.dmi index ce2eefae..87fcaea5 100644 Binary files a/icons/obj/clothing/shoes.dmi and b/icons/obj/clothing/shoes.dmi differ diff --git a/icons/obj/clothing/suits.dmi b/icons/obj/clothing/suits.dmi index fd795c48..d31b7123 100644 Binary files a/icons/obj/clothing/suits.dmi and b/icons/obj/clothing/suits.dmi differ diff --git a/icons/obj/clothing/uniforms.dmi b/icons/obj/clothing/uniforms.dmi index e740aa1e..905ab355 100644 Binary files a/icons/obj/clothing/uniforms.dmi and b/icons/obj/clothing/uniforms.dmi differ