From b9b94b2c10e581c54f4eba7d42ebff017616b1e1 Mon Sep 17 00:00:00 2001 From: Alberyk Date: Tue, 19 Jul 2016 21:53:13 -0300 Subject: [PATCH] Fix #610 (#611) --- code/modules/clothing/gloves/color.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/gloves/color.dm b/code/modules/clothing/gloves/color.dm index f1e2644a225..de60ad65e37 100644 --- a/code/modules/clothing/gloves/color.dm +++ b/code/modules/clothing/gloves/color.dm @@ -123,7 +123,7 @@ /obj/item/clothing/gloves/red/tajara name = "red gloves" desc = "Red gloves made for Tajaran use." - species_restricted = list("Tajaran") + species_restricted = list("Tajara") /obj/item/clothing/gloves/blue/unathi name = "blue gloves"