mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Monkey plush (#91154)
This commit is contained in:
@@ -37,6 +37,16 @@
|
||||
)
|
||||
category = CAT_ENTERTAINMENT
|
||||
|
||||
/datum/crafting_recipe/monkeyplush
|
||||
name = "Monkey Plushie"
|
||||
result = /obj/item/toy/plush/monkey
|
||||
reqs = list(
|
||||
/obj/item/clothing/mask/gas/monkeymask = 1,
|
||||
/obj/item/clothing/suit/costume/monkeysuit = 1,
|
||||
/obj/item/grown/cotton = 10,
|
||||
)
|
||||
category = CAT_ENTERTAINMENT
|
||||
|
||||
/datum/crafting_recipe/mixedbouquet
|
||||
name = "Mixed bouquet"
|
||||
result = /obj/item/bouquet
|
||||
|
||||
Reference in New Issue
Block a user