mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-29 10:31:34 +00:00
* Icons folder cleaning wave two * Merge conflict resolution * Modular path hell * hmm * Update 2022-10.yml * Another modular thing --------- Co-authored-by: YesterdaysPromise <122572637+YesterdaysPromise@users.noreply.github.com> Co-authored-by: Giz <vinylspiders@gmail.com>
23 lines
638 B
Plaintext
23 lines
638 B
Plaintext
// Bouquets
|
|
/obj/item/bouquet
|
|
name = "mixed bouquet"
|
|
desc = "A bouquet of sunflowers, lilies, and geraniums. How delightful."
|
|
icon = 'icons/obj/service/hydroponics/bouquet.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"
|