From 863e4a159653679ef07ebda539c7da2705025c3f Mon Sep 17 00:00:00 2001 From: TrojanCoyote <37253439+TrojanCoyote@users.noreply.github.com> Date: Sun, 2 Jul 2023 01:05:34 -0400 Subject: [PATCH 1/2] Pilot suit tweak tweaks pilot suit resistances --- code/datums/armor/station/exploration.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/armor/station/exploration.dm b/code/datums/armor/station/exploration.dm index 60d60590fd6c..58d9ef3b10e8 100644 --- a/code/datums/armor/station/exploration.dm +++ b/code/datums/armor/station/exploration.dm @@ -22,8 +22,8 @@ laser = 0.25 energy = 0.35 bomb = 0.35 - bio = 1.0 - rad = 1.0 + bio = 0.6 + rad = 0.6 /datum/armor/exploration/space/pathfinder melee = 0.5 From 9c25abbb2830dabda08828c71bac2e99d5518cf4 Mon Sep 17 00:00:00 2001 From: TrojanCoyote <37253439+TrojanCoyote@users.noreply.github.com> Date: Sun, 2 Jul 2023 01:16:35 -0400 Subject: [PATCH 2/2] Update exploration.dm --- code/datums/armor/station/exploration.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/armor/station/exploration.dm b/code/datums/armor/station/exploration.dm index 58d9ef3b10e8..3f30feeb802d 100644 --- a/code/datums/armor/station/exploration.dm +++ b/code/datums/armor/station/exploration.dm @@ -22,8 +22,8 @@ laser = 0.25 energy = 0.35 bomb = 0.35 - bio = 0.6 - rad = 0.6 + bio = 1.0 + rad = 0.9 /datum/armor/exploration/space/pathfinder melee = 0.5