Fixes webbing and holsters shielding EMP

This commit is contained in:
mwerezak
2014-07-12 02:56:32 -04:00
parent e44bcf81fe
commit 835f9e52f6

View File

@@ -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)
..()