From 9dff861f7df37bbc3ef766a4752c8bf6e4804fc9 Mon Sep 17 00:00:00 2001 From: mwerezak Date: Sat, 12 Jul 2014 02:56:32 -0400 Subject: [PATCH] Fixes webbing and holsters shielding EMP --- code/modules/clothing/clothing.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index 4d4a50c83cd..dff5bde016f 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -384,4 +384,8 @@ BLIND // can't see anything sensor_mode = pick(0,1,2,3) ..() +/obj/item/clothing/under/emp_act(severity) + if (hastie) + hastie.emp_act(severity) + ..()