Merge pull request #9490 from Citadel-Station-13/headswap
changes donator item from glasses to a hat
This commit is contained in:
@@ -450,5 +450,5 @@ datum/gear/darksabresheath
|
||||
/datum/gear/donorgoggles
|
||||
name = "Flight Goggles"
|
||||
category = SLOT_HEAD
|
||||
path = /obj/item/clothing/glasses/flight
|
||||
path = /obj/item/clothing/head/flight
|
||||
ckeywhitelist = list("maxlynchy")
|
||||
|
||||
@@ -494,11 +494,10 @@
|
||||
icon = 'icons/obj/custom.dmi'
|
||||
alternate_worn_icon = 'icons/mob/custom_w.dmi'
|
||||
|
||||
/obj/item/clothing/glasses/flight
|
||||
/obj/item/clothing/head/flight
|
||||
name = "flight goggles"
|
||||
desc = "Old style flight goggles with a leather cap attached."
|
||||
icon_state = "flight-g"
|
||||
item_state = "flight-g"
|
||||
icon = 'icons/obj/custom.dmi'
|
||||
alternate_worn_icon = 'icons/mob/custom_w.dmi'
|
||||
actions_types = list(/datum/action/item_action/toggle)
|
||||
|
||||
Reference in New Issue
Block a user