mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
eeb980f191
* recycle * moar * Update glass_containers.dm * Update spray.dm * cost adjustment because sheets are 2000, not 1000 * Update hydroitemdefines.dm * Update hydroitemdefines.dm
9 lines
303 B
Plaintext
9 lines
303 B
Plaintext
|
|
/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?
|