Skip to content

Commit

Permalink
Автолат скорость
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexanx committed Feb 25, 2025
1 parent dd1ac1d commit 370c76b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions mods/RnD/code/designs_autolathe/designs_arms_ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
build_path = /obj/item/syringe_cartridge
category = list("Arms and Ammunition")
access = list(access_security)
time = 5


/datum/design/autolathe/arms_ammo/net_shell
Expand Down
1 change: 1 addition & 0 deletions mods/RnD/code/designs_autolathe/designs_cutlery.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "fork aluminium"
build_path = /obj/item/material/utensil/fork
category = list("Cutlery")
time = 3

/datum/design/autolathe/cutlery/spoon_aluminium
name = "spoon aluminium"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/datum/design/autolathe/device_component
build_path = /obj/item/stock_parts/console_screen
category = list("Devices and Components")
time = 8

/datum/design/autolathe/device_component/keyboard
build_path = /obj/item/stock_parts/keyboard
Expand Down
1 change: 1 addition & 0 deletions mods/RnD/code/designs_autolathe/designs_engineering.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/datum/design/autolathe/engineering
build_path = /obj/item/airlock_electronics
category = list("Engineering")
time = 8

/datum/design/autolathe/engineering/airalarm
build_path = /obj/item/airalarm_electronics
Expand Down
1 change: 1 addition & 0 deletions mods/RnD/code/designs_autolathe/designs_general.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/datum/design/autolathe/general
build_path = /obj/item/reagent_containers/glass/bucket
category = list("General")
time = 8

/datum/design/autolathe/general/datacrystal
build_path = /obj/item/stock_parts/computer/hard_drive/portable
Expand Down
1 change: 1 addition & 0 deletions mods/RnD/code/designs_autolathe/designs_glasses.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/datum/design/autolathe/drinkingglass
build_path = /obj/item/reagent_containers/food/drinks/glass2/square
category = list("Drinking Glasses")
time = 3

/datum/design/autolathe/drinkingglass/rocks
build_path = /obj/item/reagent_containers/food/drinks/glass2/rocks
Expand Down
1 change: 1 addition & 0 deletions mods/RnD/code/designs_autolathe/designs_medical.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/datum/design/autolathe/medical
category = list("Medical")
build_path = /obj/item/scalpel/basic
time = 10

/datum/design/autolathe/medical/circularsaw
build_path = /obj/item/circular_saw
Expand Down
1 change: 1 addition & 0 deletions mods/RnD/code/designs_autolathe/designs_tools.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/datum/design/autolathe/tool
build_path = /obj/item/crowbar
category = list("Tools")
time = 8

/datum/design/autolathe/tool/prybar
name = "pry bar"
Expand Down

0 comments on commit 370c76b

Please sign in to comment.