From 835f9e52f653ca93b6a7719d4005914e0c07c88d 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 805f85f875..034fede96a 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -405,4 +405,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) + ..()