Files
Paradise/code/modules/hydroponics/beekeeping/honey_frame.dm
T
AylongandGitHub 58e88eeec3 Tweak: Removes position randomization for some things (#22820)
* Tweak: Removes position randomization for some things

* Randomize when create in machines

* Review changes
2023-10-13 14:26:27 +01:00

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?