diff --git a/code/citadel/custom_loadout/custom_items.dm b/code/citadel/custom_loadout/custom_items.dm index 5dbde09677..187989815f 100644 --- a/code/citadel/custom_loadout/custom_items.dm +++ b/code/citadel/custom_loadout/custom_items.dm @@ -179,8 +179,6 @@ resistance_flags = 0 - - /*Sylas*/ /obj/item/clothing/neck/petcollar/stripe //don't really wear this though please c'mon seriously guys name = "collar" @@ -189,3 +187,20 @@ icon_state = "petcollar-stripe" item_color = "petcollar-stripe" tagname = null + + +/*PLACEHOLDER*/ + +/obj/item/clothing/under/custom + name = "bluish performer's outfit" + desc = "Just looking at this makes you want to sing." + icon = 'icons/obj/custom.dmi' + icon_state = "singer" + item_state = "singer" + item_color = "singer" + fitted = NO_FEMALE_UNIFORM + alternate_worn_layer = ABOVE_SHOES_LAYER + can_adjust = 0 + + + diff --git a/icons/obj/custom.dmi b/icons/obj/custom.dmi index ff792563f6..41ebe61b53 100644 Binary files a/icons/obj/custom.dmi and b/icons/obj/custom.dmi differ