Cargo Automation (#32384)

* Cargo automation machines

* Fixes

* Fixes error & un-spaghettis toggle lock proc

* Somewhat better sprites, fixes label overlay, modifies planes

* Fixes alerts/messages

* emag functionality

* Syndie wrap compat

* Wrapping machine construction & circuit board + cargo pack

* Better icon and simplified direction picking

* oops
This commit is contained in:
west3436
2022-04-24 11:29:15 -04:00
committed by GitHub
parent 17cb24c9db
commit 8549b30efc
8 changed files with 478 additions and 9 deletions

View File

@@ -142,6 +142,12 @@
id = "destsortingmachine"
build_path = /obj/item/weapon/circuitboard/sorting_machine/destination
/datum/design/sorting_machine/item
name = "Circuit Design (Item Sorting Machine)"
desc = "Allows for the construction of circuit boards used to build an item sorting machine."
id = "itemsortingmachine"
build_path = /obj/item/weapon/circuitboard/sorting_machine/item
/datum/design/washing_machine
name = "Circuit Design (Washing Machine)"
desc = "Allows for the construction of circuit boards used to build a washing machine."