diff --git a/code/modules/hydroponics/seed_packets.dm b/code/modules/hydroponics/seed_packets.dm index 6691a1ba25c..5639a7916d3 100644 --- a/code/modules/hydroponics/seed_packets.dm +++ b/code/modules/hydroponics/seed_packets.dm @@ -4,7 +4,7 @@ GLOBAL_LIST_EMPTY(plant_seed_sprites) /obj/item/seeds name = "packet of seeds" icon = 'icons/obj/seeds.dmi' - icon_state = null + icon_state = "random" w_class = ITEMSIZE_SMALL var/seed_type