diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno.dm b/code/modules/client/preference_setup/loadout/loadout_xeno.dm index b8ed50c23f..80e6bb8ebf 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno.dm @@ -121,9 +121,3 @@ display_name = "gear harness (Full Body Prosthetic, Diona)" path = /obj/item/clothing/under/harness sort_category = "Xenowear" - -/datum/gear/uniform/loincloth - display_name = "loincloth (Tajaran, Unathi)" - path = /obj/item/clothing/under/shorts/loincloth - sort_category = "Xenowear" - whitelisted = list("Tajaran", "Unathi") diff --git a/html/changelogs/Anewbe - Loincloth.yml b/html/changelogs/Anewbe - Loincloth.yml new file mode 100644 index 0000000000..f95888ec13 --- /dev/null +++ b/html/changelogs/Anewbe - Loincloth.yml @@ -0,0 +1,36 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +################################# + +# Your name. +author: Anewbe + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - bugfix: "Loincloth now has an on-mob sprite." diff --git a/icons/mob/uniform.dmi b/icons/mob/uniform.dmi index 9ddc236a3b..1b261f7651 100644 Binary files a/icons/mob/uniform.dmi and b/icons/mob/uniform.dmi differ