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:
RustingWithYou
2024-04-07 19:54:46 +00:00
committed by GitHub
parent 0604f731c2
commit 58f4b508e5
4 changed files with 65 additions and 1 deletions
@@ -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"