mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 21:27:01 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user