mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-03 05:52:43 +00:00
14 lines
507 B
Plaintext
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)
|