Update glasses.dm

This commit is contained in:
Andrew
2016-02-20 21:37:40 -06:00
parent 38f14c5602
commit e86ed849a9

View File

@@ -184,6 +184,7 @@ BLIND // can't see anything
icon_state = "welding-g"
item_state = "welding-g"
action_button_name = "Flip Welding Goggles"
matter = list(DEFAULT_WALL_MATERIAL = 1500, "glass" = 1000)
var/up = 0
/obj/item/clothing/glasses/welding/attack_self()