mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
* Tweak: Removes position randomization for some things * Randomize when create in machines * Review changes
8 lines
267 B
Plaintext
8 lines
267 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"
|
|
var/honeycomb_capacity = 10 //10 Honeycomb per frame by default, researchable frames perhaps?
|