From 9689c2ba6f10754f4dfbe2315625f262a47899aa Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 19 Jan 2023 17:21:43 -0500 Subject: [PATCH] More tweaks --- code/modules/clothing/spacesuits/rig/suits/alien_vr.dm | 2 +- code/modules/clothing/spacesuits/rig/suits/combat_vr.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/spacesuits/rig/suits/alien_vr.dm b/code/modules/clothing/spacesuits/rig/suits/alien_vr.dm index 618de40a2de..70f7560b20c 100644 --- a/code/modules/clothing/spacesuits/rig/suits/alien_vr.dm +++ b/code/modules/clothing/spacesuits/rig/suits/alien_vr.dm @@ -2,4 +2,4 @@ armor = list(melee = 60, bullet = 50, laser = 50, energy = 10, bomb = 50, bio = 100, rad = 20) /obj/item/weapon/rig/breacher/fancy - armor = list(melee = 80, bullet = 80, laser = 80, energy = 40, bomb = 80, bio = 100, rad = 60) //Still a tank just not indestructable + armor = list(melee = 85, bullet = 80, laser = 80, energy = 40, bomb = 80, bio = 100, rad = 60) //Still a tank just not indestructable diff --git a/code/modules/clothing/spacesuits/rig/suits/combat_vr.dm b/code/modules/clothing/spacesuits/rig/suits/combat_vr.dm index 9a6e81efc54..b9b8d8906ef 100644 --- a/code/modules/clothing/spacesuits/rig/suits/combat_vr.dm +++ b/code/modules/clothing/spacesuits/rig/suits/combat_vr.dm @@ -2,4 +2,4 @@ armor = list(melee = 80, bullet = 70, laser = 60, energy = 15, bomb = 80, bio = 100, rad = 60) /obj/item/weapon/rig/military - armor = list(melee = 80, bullet = 80, laser = 70, energy = 15, bomb = 80, bio = 100, rad = 50) + armor = list(melee = 80, bullet = 75, laser = 65, energy = 15, bomb = 80, bio = 100, rad = 40)