From 7bd8459435b92d6d00baeaeb4c03f9d89e1c6df7 Mon Sep 17 00:00:00 2001 From: Meowykins Date: Sun, 15 Feb 2015 20:54:59 -0600 Subject: [PATCH] Watch Fix Everybody can wear watches now. --- code/modules/clothing/gloves/miscellaneous.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/gloves/miscellaneous.dm b/code/modules/clothing/gloves/miscellaneous.dm index fe431b5c..2da640ed 100644 --- a/code/modules/clothing/gloves/miscellaneous.dm +++ b/code/modules/clothing/gloves/miscellaneous.dm @@ -78,7 +78,7 @@ item_state = "watchgloves" w_class = 1 wired = 1 - species_restricted = list() + species_restricted = null // var/time = 1 verb/checktime()