Skip to content

Commit

Permalink
Constructable Suit Storage Units part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovilum committed Jun 12, 2024
1 parent c88b263 commit 66aae77
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 66aae77

Please sign in to comment.