From ac66ec2962b9e88c85c412dbe22f77caccee2c21 Mon Sep 17 00:00:00 2001 From: Vincent983 <124026007+Vincent983@users.noreply.github.com> Date: Wed, 5 Jul 2023 11:30:34 -0700 Subject: [PATCH] Improves spacepol jumpsuit wound armor from 5 to 10 (#76513) ## About The Pull Request I was looking at uniform code and noticed that spacepol jumpsuits didn't have 10 wound armor like the rest of the security jumpsuits in the file it's in. ## Why It's Good For The Game Improving the wound armor of spacepol jumpsuits makes it more consistent with the other security uniforms and slightly increases spacepol survivability considering they don't have any medicine. --- code/modules/clothing/under/jobs/security.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/under/jobs/security.dm b/code/modules/clothing/under/jobs/security.dm index 69c6658e377..fd2dba4ce2b 100644 --- a/code/modules/clothing/under/jobs/security.dm +++ b/code/modules/clothing/under/jobs/security.dm @@ -225,6 +225,7 @@ fire = 10 acid = 10 melee = 10 + wound = 10 /obj/item/clothing/under/rank/prisoner name = "prison jumpsuit"