mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
Ports the Flower Garland from JollyStation (#67468)
* pick 12 flowers and regret your decisions * Update code/modules/clothing/head/garlands.dm Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com> * Update code/modules/clothing/head/garlands.dm Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com> * Update code/modules/clothing/head/garlands.dm Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com> * Update code/modules/clothing/head/garlands.dm Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com> * grammar * sanity mood event * willards review Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com>
This commit is contained in:
@@ -1074,6 +1074,15 @@
|
||||
reqs = list(/obj/item/stack/sheet/cloth = 4)
|
||||
category = CAT_CLOTHING
|
||||
|
||||
/datum/crafting_recipe/flower_garland
|
||||
name = "Flower Garland"
|
||||
result = /obj/item/clothing/head/garland
|
||||
time = 10
|
||||
reqs = list(/obj/item/food/grown/poppy = 4,
|
||||
/obj/item/food/grown/harebell = 4,
|
||||
/obj/item/food/grown/rose = 4)
|
||||
category = CAT_CLOTHING
|
||||
|
||||
/datum/crafting_recipe/guillotine
|
||||
name = "Guillotine"
|
||||
result = /obj/structure/guillotine
|
||||
|
||||
Reference in New Issue
Block a user