Changelog + board added to autolathe

This commit is contained in:
Xhuis
2015-07-11 11:58:41 -04:00
parent f40b4381d4
commit dc982fe815
3 changed files with 16 additions and 1 deletions
+1
View File
@@ -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"
+6
View File
@@ -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."