Skip to content

Commit

Permalink
Merge pull request #50 from Starfly-13/code/modules/research/designs/…
Browse files Browse the repository at this point in the history
…machine_designs

Constructable Suit Storage Units part 3
  • Loading branch information
lectronyx authored Jun 12, 2024
2 parents 5cdc04b + 66aae77 commit 69820b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/modules/research/designs/machine_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
build_path = /obj/item/circuitboard/machine/smes
category = list ("Engineering Machinery")

/datum/design/board/ssu
name = "Machine Design (Suit Storage Unit Board)"
desc = "The circuit board for a suit storage unit."
id = "ssu"
build_path = /obj/item/circuitboard/machine/suit_storage_unit
category = list ("Engineering Machinery")

/datum/design/board/circulator
name = "Machine Design (Circulator Board)"
desc = "The circuit board for a circulator."
Expand Down

0 comments on commit 69820b0

Please sign in to comment.