Files
CHOMPStation2/code/modules/clothing/spacesuits/rig/suits/ert_vr.dm
2023-01-22 01:33:56 +00:00

14 lines
507 B
Plaintext

/obj/item/weapon/rig/ert/janitor
name = "ERT-J suit control module"
desc = "A suit worn by the janitorial division of an Emergency Response Team. Has purple highlights. Armoured and space ready."
suit_type = "ERT janitor"
icon_state = "ert_janitor_rig"
initial_modules = list(
/obj/item/rig_module/maneuvering_jets,
/obj/item/rig_module/cleaner_launcher,
)
/obj/item/weapon/rig/ert/assetprotection
armor = list(melee = 80, bullet = 70, laser = 60, energy = 15, bomb = 80, bio = 100, rad = 60)