Moves Asset protection stat changes

This commit is contained in:
Unknown
2019-09-14 21:45:53 -04:00
parent b9c1d9b4b4
commit 560c74a25e
2 changed files with 3 additions and 3 deletions
@@ -8,3 +8,6 @@
/obj/item/rig_module/maneuvering_jets,
/obj/item/rig_module/grenade_launcher/cleaner,
)
/obj/item/weapon/rig/ert/assetprotection
armor = list(melee = 80, bullet = 65, laser = 50, energy = 15, bomb = 80, bio = 100, rad = 60)
@@ -15,9 +15,6 @@
desc = "A heavy, powerful hardsuit used by construction crews and mining corporations. This is a mass production model with reduced armor."
armor = list(melee = 50, bullet = 10, laser = 20, energy = 15, bomb = 30, bio = 100, rad = 50)
/obj/item/weapon/rig/ert/assetprotection
armor = list(melee = 80, bullet = 65, laser = 50, energy = 15, bomb = 80, bio = 100, rad = 60)
//Area allowing backpacks to be placed on rigsuits.
/obj/item/weapon/rig/vox
allowed = list(/obj/item/weapon/gun,/obj/item/device/flashlight,/obj/item/weapon/tank,/obj/item/device/suit_cooling_unit,/obj/item/weapon/storage/backpack)