diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index 9686174ede..20a8c518f4 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -45,7 +45,7 @@ var/list/species_restricted = null //Basically syntax is species_restricted = list("Species Name","Species Name") //Add a "exclude" string to do the opposite, making it only only species listed that can't wear it. - //You append this to clothing objects.j + //You append this to clothing objects. /obj/item/clothing/Initialize() @@ -379,4 +379,4 @@ BLIND // can't see anything to_chat(M, "Your species cannot wear [src].") return FALSE - return TRUE \ No newline at end of file + return TRUE