Constructable honey extractor + floral disk printable (#18080)

* Constructable honey extractor + floral disk printable

Making the Honey Extractor buildable with a circuit in the autolathe and the floral disk for xenobot is now printable when floraguns are researched.

* Update beehive.dm

* Update .gitignore

* Update _map_selection.dm

* Update beehive.dm

* Update beehive.dm

* More honey_extractor changes.

– made the honey_extractor anchorable.
– ensured the honey_extractor can’t run when the maintenance panel is open.
– honey_extractor can now lose power and can’t run when so.
– honey_extractor will now use power 5*200watts for processing 1 honey_frame.
(can be easily changed if needed)
– appropriorate messages for the new states.
– appropriorate icons and overlays for the new states.

* changes to make the maintainer happy

put the circuit board in the appropriate place and changed some grammar and code to ensure smooth sailing.

---------

Co-authored-by: antokamire <140556309+antokamire@users.noreply.github.com>
Co-authored-by: Luther <221619555+SaintLuther@users.noreply.github.com>
This commit is contained in:
SaintLuther
2025-08-05 00:31:15 +02:00
committed by GitHub
parent 7dea28fa67
commit 12771ed29d
6 changed files with 78 additions and 4 deletions
@@ -87,3 +87,12 @@
/obj/item/stack/cable_coil = 2,
/obj/item/stock_parts/scanning_module = 1,
)
/obj/item/circuitboard/honey_extractor
name = T_BOARD("honey_extractor")
board_type = new /datum/frame/frame_types/machine
build_path = /obj/machinery/honey_extractor
req_components = list(
/obj/item/stack/cable_coil = 4,
/obj/item/stock_parts/motor = 1,
/obj/item/stock_parts/console_screen = 1)