Remove accessory check, as it does nothing

This commit is contained in:
Mark van Alphen
2019-04-20 20:43:50 +02:00
parent 6d96a56609
commit c30f360bda
-9
View File
@@ -627,15 +627,6 @@ BLIND // can't see anything
..()
/obj/item/clothing/under/attack_hand(mob/user as mob)
//only forward to the attached accessory if the clothing is equipped (not in a storage)
if(accessories.len && src.loc == user)
for(var/obj/item/clothing/accessory/A in accessories)
A.attack_hand(user)
return
..()
/obj/item/clothing/under/examine(mob/user)
..(user)
switch(src.sensor_mode)