mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 09:00:25 +01:00
Einstein ERT Rig Armor Changes & ID Fixes (#18888)
The Einstein ERT rigs now use the armor values of the SCC rigs instead of the (terrible) values of the old NT ones, as well as having the same initial modules. Also fixes missing ID access on EE and Zeng ERTs
This commit is contained in:
@@ -183,10 +183,26 @@
|
||||
suit_type = "apotheosis"
|
||||
icon = 'icons/clothing/rig/apotheosis.dmi'
|
||||
icon_state = "apotheosis"
|
||||
|
||||
armor = list(
|
||||
melee = ARMOR_MELEE_MAJOR,
|
||||
bullet = ARMOR_BALLISTIC_RIFLE,
|
||||
laser = ARMOR_LASER_RIFLE,
|
||||
energy = ARMOR_ENERGY_SMALL,
|
||||
bomb = ARMOR_BOMB_RESISTANT,
|
||||
bio = ARMOR_BIO_SHIELDED,
|
||||
rad = ARMOR_RAD_SHIELDED
|
||||
)
|
||||
req_access = list()
|
||||
req_one_access = list()
|
||||
allowed_module_types = MODULE_GENERAL | MODULE_LIGHT_COMBAT | MODULE_HEAVY_COMBAT | MODULE_SPECIAL | MODULE_UTILITY
|
||||
initial_modules = list(
|
||||
/obj/item/rig_module/ai_container,
|
||||
/obj/item/rig_module/vision/nvg,
|
||||
/obj/item/rig_module/maneuvering_jets,
|
||||
/obj/item/rig_module/actuators/combat,
|
||||
/obj/item/rig_module/storage,
|
||||
/obj/item/rig_module/recharger
|
||||
)
|
||||
|
||||
/obj/item/rig/ert/assetprotection
|
||||
name = "\improper heavy asset protection suit control module"
|
||||
|
||||
Reference in New Issue
Block a user