mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-30 03:22:41 +00:00
* Inhands var hardsetting * Update sortingmachinery.dm Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
23 lines
636 B
Plaintext
23 lines
636 B
Plaintext
// Bouquets
|
|
/obj/item/bouquet
|
|
name = "mixed bouquet"
|
|
desc = "A bouquet of sunflowers, lilies, and geraniums. How delightful."
|
|
icon = 'icons/obj/weapons/items_and_weapons.dmi'
|
|
icon_state = "mixedbouquet"
|
|
|
|
/obj/item/bouquet/sunflower
|
|
name = "sunflower bouquet"
|
|
desc = "A bright bouquet of sunflowers."
|
|
icon_state = "sunbouquet"
|
|
|
|
/obj/item/bouquet/poppy
|
|
name = "poppy bouquet"
|
|
desc = "A bouquet of poppies. You feel loved just looking at it."
|
|
icon_state = "poppybouquet"
|
|
|
|
/obj/item/bouquet/rose
|
|
name = "rose bouquet"
|
|
desc = "A bouquet of roses. A bundle of love."
|
|
icon_state = "rosebouquet"
|
|
inhand_icon_state = "rosebouquet"
|