diff --git a/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm b/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm index 3eda7d29296..7dbadd957eb 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm @@ -1460,7 +1460,6 @@ /obj/structure/closet/cabinet, /obj/item/storage/backpack/duffelbag, /obj/item/clothing/under/shorts/purple, -/obj/item/clothing/suit/vapeshirt, /obj/item/clothing/shoes/cookflops{ desc = "A very fashionable pair of flip flops."; name = "flip-flops" diff --git a/code/modules/clothing/suits/shirt.dm b/code/modules/clothing/suits/shirt.dm index 3d71b4eaf4a..e85ec588c3f 100644 --- a/code/modules/clothing/suits/shirt.dm +++ b/code/modules/clothing/suits/shirt.dm @@ -24,8 +24,3 @@ inhand_icon_state = "nerdshirt" species_exception = list(/datum/species/golem) -/obj/item/clothing/suit/vapeshirt //wearing this is asking to get beat. - name = "Vape Naysh shirt" - desc = "A cheap white T-shirt with a big tacky \"VN\" on the front, Why would you wear this unironically?" - icon_state = "vapeshirt" - inhand_icon_state = "vapeshirt" diff --git a/code/modules/vending/clothesmate.dm b/code/modules/vending/clothesmate.dm index 92e869902cf..4d71d582146 100644 --- a/code/modules/vending/clothesmate.dm +++ b/code/modules/vending/clothesmate.dm @@ -185,7 +185,6 @@ /obj/item/storage/belt/fannypack/black = 2, /obj/item/clothing/suit/jacket/letterman_syndie = 1, /obj/item/clothing/under/costume/jabroni = 1, - /obj/item/clothing/suit/vapeshirt = 1, /obj/item/clothing/under/costume/geisha = 1, /obj/item/clothing/under/rank/centcom/officer/replica = 1, /obj/item/clothing/under/rank/centcom/officer_skirt/replica = 1 diff --git a/icons/obj/clothing/suits.dmi b/icons/obj/clothing/suits.dmi index 8f4e1aa32b7..4c9a395755b 100644 Binary files a/icons/obj/clothing/suits.dmi and b/icons/obj/clothing/suits.dmi differ