/obj/item/honey_frame name = "honey frame" desc = "A scaffold for bees to build honeycomb on." icon = 'icons/obj/hydroponics/equipment.dmi' icon_state = "honey_frame" materials = list(MAT_WOOD = 10000) var/honeycomb_capacity = 10 //10 Honeycomb per frame by default, researchable frames perhaps?