Hardsuit tweaks, tech levels fixes and pAI EAL addition (#3099)

-removes the plasma cutter from the ce and eva's suit, replacing it with a drill that fills the same purpose of the old plasma cutter
-adds more access restriction to the rigs as whole
-adds actuators to the terminator rig
-adds the cmo labcoats to the locker
-fixes #3097
-fixes #3098
This commit is contained in:
Alberyk
2017-07-19 13:41:39 +03:00
committed by Erki Meinberg
parent 679acf93f8
commit fe151484de
8 changed files with 25 additions and 14 deletions
@@ -67,7 +67,7 @@ obj/item/weapon/circuitboard/rdserver
name = T_BOARD("telepad")
build_path = "/obj/machinery/telepad"
board_type = "machine"
origin_tech = list(TECH_DATA = 4, TECH_ENGINEERING = 3, TECH_MATERIALS = 3, TECH_BLUESPACE = 4)
origin_tech = list(TECH_DATA = 4, TECH_ENGINEERING = 3, TECH_MATERIAL = 3, TECH_BLUESPACE = 4)
req_components = list(
"/obj/item/bluespace_crystal" = 2,
"/obj/item/weapon/stock_parts/capacitor" = 1,
@@ -80,4 +80,4 @@ obj/item/weapon/circuitboard/ntnet_relay
board_type = "machine"
origin_tech = list(TECH_DATA = 4)
req_components = list(
"/obj/item/stack/cable_coil" = 15)
"/obj/item/stack/cable_coil" = 15)
@@ -6,8 +6,8 @@
name = T_BOARD("crusher")
build_path = "/obj/machinery/crusher_base"
board_type = "machine"
origin_tech = list(TECH_ENGINEERING = 3, TECH_DATA = 1, TECH_MAGNET = 1, TECH_MATERIALS = 3)
origin_tech = list(TECH_ENGINEERING = 3, TECH_DATA = 1, TECH_MAGNET = 1, TECH_MATERIAL = 3)
req_components = list(
"/obj/item/weapon/stock_parts/matter_bin" = 4,
"/obj/item/weapon/stock_parts/manipulator" = 3,
"/obj/item/weapon/reagent_containers/glass/beaker" = 3)
"/obj/item/weapon/reagent_containers/glass/beaker" = 3)
@@ -111,6 +111,8 @@
new /obj/item/device/radio/headset/heads/cmo(src)
new /obj/item/device/flash(src)
new /obj/item/weapon/reagent_containers/hypospray(src)
new /obj/item/clothing/suit/storage/toggle/labcoat/cmo(src)
new /obj/item/clothing/suit/storage/toggle/labcoat/cmoalt(src)
/obj/structure/closet/secure_closet/CMO2
name = "chief medical officer's attire"