Merge pull request #5581 from mwerezak/accessory-emp-fix

Fixes accessories attached to a jumpsuit not being affected by EMP
This commit is contained in:
Chinsky
2014-07-13 08:57:08 +04:00

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