From 30a41292d8c0c6f545a8ba7db4e7db5c02b8a972 Mon Sep 17 00:00:00 2001 From: JTGSZ <46565256+JTGSZ@users.noreply.github.com> Date: Mon, 7 Oct 2019 18:02:16 -0400 Subject: [PATCH] left extra letter in comment --- code/modules/clothing/clothing.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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