Add flowercrowns to the loadout (#7972)

This commit is contained in:
TheGoret
2020-01-13 12:00:12 +01:00
committed by Matt Atlas
parent fade390565
commit 1275d0261e
2 changed files with 54 additions and 0 deletions
@@ -106,6 +106,19 @@
..()
gear_tweaks += gear_tweak_free_color_choice
/datum/gear/head/flowercrown
display_name = "flowercrown selection"
description = "A set of flowercrowns, perfect for the queen or even the king."
path = /obj/item/clothing/head
/datum/gear/head/flowercrown/New()
..()
var/flowercrown = list()
flowercrown["crown, sunflower"] = /obj/item/clothing/head/sunflower_crown
flowercrown["crown, harebell"] = /obj/item/clothing/head/lavender_crown
flowercrown["crown, poppy"] = /obj/item/clothing/head/poppy_crown
gear_tweaks += new/datum/gear_tweak/path(flowercrown)
/datum/gear/head/pin
display_name = "pin selection"
path = /obj/item/clothing/head/pin