Skip to content

Commit

Permalink
aewaewaewaaewa
Browse files Browse the repository at this point in the history
  • Loading branch information
meemofcourse committed Oct 1, 2023
1 parent 1fe7a03 commit 877c5de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/modules/research/designs/autolathe_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,14 @@
category = list("initial", "Electronics")
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING

/datum/design/lightswitch_frame
name = "Lightswitch Frame"
id = "lightswitch_frame"
build_type = AUTOLATHE
materials = list(/datum/material/iron = 50, /datum/material/glass = 50)
build_path = /obj/item/wallframe/light_switch
category = list("initial", "Misc")

/datum/design/camera
name = "Camera"
id = "camera"
Expand Down

0 comments on commit 877c5de

Please sign in to comment.