Skip to content

Commit

Permalink
plastic flowers
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadhorizon committed Jul 1, 2024
1 parent 816c85b commit 8fa87ec
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/client/loadout/loadout_hat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,7 @@
/datum/gear/hat/trapper
display_name = "trapper hat"
path = /obj/item/clothing/head/trapper

/datum/gear/hat/flowers
display_name = "plastic flower, pickable"
path = /obj/item/clothing/head/plastic_flower
16 changes: 16 additions & 0 deletions code/modules/clothing/head/misc_special.dm
Original file line number Diff line number Diff line change
Expand Up @@ -367,3 +367,19 @@
if(!warped)
warp_up()

/obj/item/clothing/head/plastic_flower
name = "plastic flower"
desc = "A realistic imitation of a flower. Not edible though."
icon = 'icons/obj/hydroponics/harvest.dmi'
icon_state = "poppy"
unique_reskin = list(
"Poppy" = "poppy",
"Sunflower" = "sunflower",
"Moonflower" = "moonflower",
"Novaflower" = "novaflower",
"Harebell" = "harebell",
"Geranium" = "geranium",
"Lily" = "lily"
)
custom_materials = (list(/datum/material/plastic = 1000))

0 comments on commit 8fa87ec

Please sign in to comment.