left extra letter in comment

This commit is contained in:
JTGSZ
2019-10-07 18:02:16 -04:00
committed by GitHub
parent 7951d87022
commit 30a41292d8
+2 -2
View File
@@ -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, "<span class='warning'>Your species cannot wear [src].</span>")
return FALSE
return TRUE
return TRUE