mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
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:
@@ -1663,7 +1663,7 @@ CIRCUITS BELOW
|
||||
/datum/design/circuit/crusher_base
|
||||
name = "trash compactor"
|
||||
id = "crusher_base"
|
||||
req_tech = list(TECH_ENGINEERING = 3, TECH_DATA = 1, TECH_MAGNET = 1, TECH_MATERIALS = 3)
|
||||
req_tech = list(TECH_ENGINEERING = 3, TECH_DATA = 1, TECH_MAGNET = 1, TECH_MATERIAL = 3)
|
||||
build_path = /obj/item/weapon/circuitboard/crusher
|
||||
sort_string = "WAAAB"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user