Adds three new hair flower pins - yellow, blue, and pink.

All three have the same on-ear/head sprite as the current red hair flower pin, but a different in hand sprite.
The red flower pin should remain untouched and is still "hairflower", with the new colours being subtypes.
This commit is contained in:
Jon
2015-10-11 00:26:54 -04:00
committed by Neerti
parent 6740dea5ad
commit 9f2ec9c163
7 changed files with 37 additions and 4 deletions
+20 -2
View File
@@ -196,12 +196,30 @@ var/global/list/gear_datums = list()
cost = 1
slot = slot_head
/datum/gear/hairflower
display_name = "hair flower pin"
/datum/gear/rhairflower
display_name = "hair flower pin, red"
path = /obj/item/clothing/head/hairflower
cost = 1
slot = slot_head
/datum/gear/yhairflower
display_name = "hair flower pin, yellow"
path = /obj/item/clothing/head/hairflower/yellow
cost = 1
slot = slot_head
/datum/gear/ghairflower
display_name = "hair flower pin, pink"
path = /obj/item/clothing/head/hairflower/pink
cost = 1
slot = slot_head
/datum/gear/bhairflower
display_name = "hair flower pin, blue"
path = /obj/item/clothing/head/hairflower/blue
cost = 1
slot = slot_head
/datum/gear/dbhardhat
display_name = "hardhat, blue"
path = /obj/item/clothing/head/hardhat/dblue