From 91df60a30d136cb2291db1281e37159e89dce879 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Fri, 15 Dec 2017 19:37:56 -0500 Subject: [PATCH] Makes galoshes shockproof --- 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 8ee0ae2d322..0311a0fec26 100644 --- a/code/modules/clothing/shoes/miscellaneous.dm +++ b/code/modules/clothing/shoes/miscellaneous.dm @@ -20,6 +20,7 @@ name = "galoshes" icon_state = "galoshes" permeability_coefficient = 0.05 + siemens_coefficient = 0 //They're thick rubber boots! Of course they won't conduct electricity! item_flags = NOSLIP slowdown = SHOES_SLOWDOWN+1 species_restricted = null @@ -153,4 +154,4 @@ item_state = "clothwrap" force = 0 w_class = ITEMSIZE_SMALL - species_restricted = null \ No newline at end of file + species_restricted = null