Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions code/modules/clothing/head/misc_special.dm
Original file line number Diff line number Diff line change
Expand Up @@ -361,3 +361,9 @@
icon_state = "halo"
item_state = "halo"
layer = EARS_LAYER

/obj/item/clothing/head/rainbow_flower
name = "Rainbow Flower"
desc = "A cute, multicoloured flower. Makes you feel all warm and fuzzy inside."
icon_state = "rflower"
item_state = "rflower"
Binary file modified icons/mob/head.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/hats.dmi
Binary file not shown.
5 changes: 5 additions & 0 deletions yogstation/code/modules/donor/unique_donator_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ Uncomment this and use atomproccall as necessary, then copypaste the output into
ckey = "Hisakaki"
unlock_path = /obj/item/clothing/head/halo

/datum/donator_gear/skrem
name = "Rainbow flower"
ckey = "Skrem7"
unlock_path = /obj/item/clothing/head/rainbow_flower

///Generic donator hats, ckey agnostic.
/datum/donator_gear/beanie
name = "Beanie"
Expand Down