mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +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:
@@ -17,6 +17,8 @@
|
||||
helm_type = /obj/item/clothing/head/helmet/space/rig/merc
|
||||
allowed = list(/obj/item/device/flashlight,/obj/item/weapon/tank,/obj/item/device/suit_cooling_unit,/obj/item/weapon/gun,/obj/item/ammo_magazine,/obj/item/ammo_casing,/obj/item/weapon/melee/baton,/obj/item/weapon/melee/energy/sword,/obj/item/weapon/handcuffs)
|
||||
|
||||
req_access = list(access_syndicate)
|
||||
|
||||
initial_modules = list(
|
||||
/obj/item/rig_module/mounted,
|
||||
/obj/item/rig_module/vision/thermal,
|
||||
|
||||
@@ -108,9 +108,11 @@
|
||||
req_one_access = list()
|
||||
|
||||
/obj/item/weapon/rig/eva/equipped
|
||||
|
||||
|
||||
req_access = list(access_engine_equip)
|
||||
|
||||
initial_modules = list(
|
||||
/obj/item/rig_module/mounted/plasmacutter,
|
||||
/obj/item/rig_module/device/basicdrill,
|
||||
/obj/item/rig_module/maneuvering_jets,
|
||||
/obj/item/rig_module/device/rcd,
|
||||
/obj/item/rig_module/vision/meson
|
||||
@@ -146,7 +148,7 @@
|
||||
initial_modules = list(
|
||||
/obj/item/rig_module/ai_container,
|
||||
/obj/item/rig_module/maneuvering_jets,
|
||||
/obj/item/rig_module/mounted/plasmacutter,
|
||||
/obj/item/rig_module/device/drill,
|
||||
/obj/item/rig_module/device/rcd,
|
||||
/obj/item/rig_module/vision/meson,
|
||||
/obj/item/rig_module/actuators
|
||||
@@ -232,6 +234,8 @@
|
||||
|
||||
/obj/item/weapon/rig/hazard/equipped
|
||||
|
||||
req_access = list(access_brig)
|
||||
|
||||
initial_modules = list(
|
||||
/obj/item/rig_module/vision/sechud,
|
||||
/obj/item/rig_module/maneuvering_jets,
|
||||
|
||||
@@ -25,7 +25,8 @@
|
||||
/obj/item/rig_module/vision,
|
||||
/obj/item/rig_module/voice,
|
||||
/obj/item/rig_module/datajack,
|
||||
/obj/item/rig_module/mounted/plasmacutter
|
||||
/obj/item/rig_module/mounted/plasmacutter,
|
||||
/obj/item/rig_module/actuators/combat
|
||||
)
|
||||
|
||||
/obj/item/clothing/head/helmet/space/rig/terminator
|
||||
@@ -52,5 +53,6 @@
|
||||
/obj/item/rig_module/vision,
|
||||
/obj/item/rig_module/voice,
|
||||
/obj/item/rig_module/datajack,
|
||||
/obj/item/rig_module/mounted/plasmacutter
|
||||
)
|
||||
/obj/item/rig_module/mounted/plasmacutter,
|
||||
/obj/item/rig_module/actuators/combat
|
||||
)
|
||||
|
||||
@@ -129,9 +129,10 @@
|
||||
radio = card.radio
|
||||
|
||||
//Default languages without universal translator software
|
||||
add_language("Sol Common", 1)
|
||||
add_language("Tradeband", 1)
|
||||
add_language("Gutter", 1)
|
||||
add_language(LANGUAGE_SOL_COMMON, 1)
|
||||
add_language(LANGUAGE_TRADEBAND, 1)
|
||||
add_language(LANGUAGE_GUTTER, 1)
|
||||
add_language(LANGUAGE_EAL, 1)
|
||||
|
||||
verbs += /mob/living/silicon/pai/proc/choose_chassis
|
||||
verbs += /mob/living/silicon/pai/proc/choose_verbs
|
||||
|
||||
@@ -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