From 14777cf89df7ef3eb24b1d136fc651f16503ef8b Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Mon, 28 Oct 2013 06:06:04 -0400 Subject: [PATCH] Roman sandals species unrestricted --- code/modules/clothing/shoes/miscellaneous.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/shoes/miscellaneous.dm b/code/modules/clothing/shoes/miscellaneous.dm index 223f9ee257f..685125cb241 100644 --- a/code/modules/clothing/shoes/miscellaneous.dm +++ b/code/modules/clothing/shoes/miscellaneous.dm @@ -130,4 +130,5 @@ name = "roman sandals" desc = "Sandals with buckled leather straps on it." icon_state = "roman" - item_state = "roman" \ No newline at end of file + item_state = "roman" + species_restricted = null \ No newline at end of file