diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno_vr.dm b/code/modules/client/preference_setup/loadout/loadout_xeno_vr.dm index e92908ed3c..a38b489827 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno_vr.dm @@ -33,3 +33,8 @@ path = /obj/item/clothing/mask/gas/swat/vox sort_category = "Xenowear" whitelisted = "Vox" + +/datum/gear/uniform/loincloth + display_name = "loincloth" + path = /obj/item/clothing/suit/storage/fluff/loincloth + sort_category = "Xenowear" \ No newline at end of file diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 137e66dcb1..d43db000ea 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1479,4 +1479,15 @@ Departamental Swimsuits, for general use icon_state = "headbando" icon_override = 'icons/vore/custom_clothes_vr.dmi' - item_state = "headbando" \ No newline at end of file + item_state = "headbando" + +//General use +/obj/item/clothing/suit/storage/fluff/loincloth + name = "Loincloth" + desc = "A primitive piece of oak-borwn clothing wrapped firmly around the waist. A few bones line the edges." + + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "loincloth" + + icon_override = 'icons/vore/custom_clothes_vr.dmi' + item_state = "loincloth" \ No newline at end of file diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index eeb4ecbc3b..e3eee40d40 100644 Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ