From 2fd009c42b7717080f3a03fec248ef240344b2b0 Mon Sep 17 00:00:00 2001 From: EvenInDeathIStillServe Date: Mon, 17 Jul 2023 04:31:21 +0100 Subject: [PATCH] Improves HoS gear armour values (#327) ## About The Pull Request Buffs HoS armour so that it's not **worse** than regular security vests. ## Changelog HoS armor now has 40 melee, 35 bullet, and 40 laser protection. For reference, it used to be 30 armor for all of them. For comparison, security vests are 35, 30, 30. Captain's carapace is 50, 40, 50. :cl: balance: HoS armor now has slightly better protection values than regular security gear, instead of being worse. /:cl: --------- Co-authored-by: nevimer <77420409+nevimer@users.noreply.github.com> --- code/modules/clothing/suits/armor.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index 81fd69a7fc4..c660677a053 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -114,9 +114,9 @@ strip_delay = 80 /datum/armor/armor_hos - melee = 30 - bullet = 30 - laser = 30 + melee = 40 // BUBBER EDIT - OG: 30 + bullet = 35 // BUBBER EDIT - OG: 30 + laser = 40 // BUBBER EDIT - OG: 30 energy = 40 bomb = 25 fire = 70