mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-05 06:05:58 +01:00
4397d63a55
## About The Pull Request This sprite file had been a dumping ground for miscellaneous sprites for the past decade. It's bloated and full of random kinds of icons and even has a few unused ones. It's time to reorganize them into their own separate dmi's based on theme. ## Why It's Good For The Game Better organization and easier access when looking for stuff. ## Changelog 🆑 imageadd: Split all icons in weapons_and_items.dmi to their own categories imagedel: Removed some unused icons /🆑
23 lines
630 B
Plaintext
23 lines
630 B
Plaintext
// Bouquets
|
|
/obj/item/bouquet
|
|
name = "mixed bouquet"
|
|
desc = "A bouquet of sunflowers, lilies, and geraniums. How delightful."
|
|
icon = 'icons/obj/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"
|