From d5ebbb3753085dc55283e3bc120a1a6d5b3f81e0 Mon Sep 17 00:00:00 2001 From: ThePooba <81843097+ThePooba@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:09:21 -0600 Subject: [PATCH] elder assmos armor ist ass anymore --- code/modules/clothing/head/helmet.dm | 6 +++--- code/modules/clothing/suits/armor.dm | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index 2b304c631a76..6d532ef584c6 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -535,12 +535,12 @@ flags_cover = HEADCOVERSEYES | HEADCOVERSMOUTH /datum/armor/helmet_elder_atmosian - melee = 25 - bullet = 20 + melee = 30 + bullet = 30 laser = 30 energy = 30 bomb = 85 bio = 10 - fire = 65 + fire = 100 acid = 40 wound = 15 diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index b6a8add54370..0e8b74b4b107 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -561,13 +561,13 @@ ) /datum/armor/armor_elder_atmosian - melee = 25 - bullet = 20 + melee = 30 + bullet = 30 laser = 30 energy = 30 bomb = 85 bio = 10 - fire = 65 + fire = 100 acid = 40 wound = 15