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