mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
Changelog + board added to autolathe
This commit is contained in:
@@ -182,6 +182,7 @@
|
||||
icon = 'icons/obj/module.dmi'
|
||||
icon_state = "mainboard"
|
||||
w_class = 2
|
||||
materials = list(MAT_METAL = 50, MAT_GLASS = 50)
|
||||
|
||||
/obj/structure/firelock_frame
|
||||
name = "firelock frame"
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
category = list("initial", "Electronics")
|
||||
|
||||
/datum/design/apc_board
|
||||
name = "APC Power Control Module"
|
||||
name = "APC m odule"
|
||||
id = "power control"
|
||||
build_type = AUTOLATHE
|
||||
materials = list(MAT_METAL = 100, MAT_GLASS = 100)
|
||||
@@ -122,6 +122,14 @@
|
||||
build_path = /obj/item/weapon/airlock_electronics
|
||||
category = list("initial", "Electronics")
|
||||
|
||||
/datum/design/firelock_board
|
||||
name = "Firelock circuitry"
|
||||
id = "firelock_board"
|
||||
build_type = AUTOLATHE
|
||||
materials = list(MAT_METAL = 50, MAT_GLASS = 50)
|
||||
build_path = /obj/item/weapon/firelock_board
|
||||
category = list("initial", "Electronics")
|
||||
|
||||
/datum/design/airalarm_electronics
|
||||
name = "Air alarm electronics"
|
||||
id = "airalarm_electronics"
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Dorsidwarf
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Firelocks may now be constructed and deconstructed with standard tools. Circuit boards can be produced at a standard autolathe."
|
||||
|
||||
Reference in New Issue
Block a user