donator item

This commit is contained in:
Jay
2019-09-30 22:16:27 -05:00
parent 0301683ae1
commit e0b8d28386
4 changed files with 12 additions and 1 deletions
@@ -493,3 +493,10 @@
item_state = "blueberet"
icon = 'icons/obj/custom.dmi'
alternate_worn_icon = 'icons/mob/custom_w.dmi'
/obj/item/clothing/glasses/flight
name = "flight goggles"
desc = "Old style flight goggles with a leather cap attached."
icon_state = "flight-g"
item_state = "flight-g"
actions_types = list(/datum/action/item_action/toggle)