From 156deedd41b317f1e91175620febe30cb2297c2f Mon Sep 17 00:00:00 2001 From: Zandario Date: Fri, 2 Oct 2020 21:09:44 -0500 Subject: [PATCH] Update code/modules/clothing/clothing.dm Co-authored-by: Letter N <24603524+LetterN@users.noreply.github.com> --- code/modules/clothing/clothing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index fc91e429ac..288fc74a23 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -490,7 +490,7 @@ BLIND // can't see anything to_chat(L, "The damaged threads on your [src.name] chafe!") -/obj/item/clothing/proc/refit_for_species(var/target_species) +/obj/item/clothing/proc/refit_for_species(target_species) if(!species_restricted) return // This item doesn't use the species_restricted system