diff --git a/code/modules/hydroponics/seedtypes/flowers.dm b/code/modules/hydroponics/seedtypes/flowers.dm index 76232cafd7..f04ea17ca7 100644 --- a/code/modules/hydroponics/seedtypes/flowers.dm +++ b/code/modules/hydroponics/seedtypes/flowers.dm @@ -67,7 +67,7 @@ set_trait(TRAIT_MATURATION,7) set_trait(TRAIT_PRODUCTION,5) set_trait(TRAIT_YIELD,5) - set_trait(TRAIT_PRODUCT_ICON,"flower6") + set_trait(TRAIT_PRODUCT_ICON,"lavender") set_trait(TRAIT_PRODUCT_COLOUR,"#B57EDC") set_trait(TRAIT_PLANT_COLOUR,"#6B8C5E") set_trait(TRAIT_PLANT_ICON,"flower4") diff --git a/icons/obj/hydroponics_products.dmi b/icons/obj/hydroponics_products.dmi index fd04428843..f182dc6292 100644 Binary files a/icons/obj/hydroponics_products.dmi and b/icons/obj/hydroponics_products.dmi differ diff --git a/icons/obj/seeds.dmi b/icons/obj/seeds.dmi index f7d75f25b6..e181299f13 100644 Binary files a/icons/obj/seeds.dmi and b/icons/obj/seeds.dmi differ