From 2de2391f3c19344d0fa91522b2f5975174750035 Mon Sep 17 00:00:00 2001 From: Neerti Date: Sun, 26 Nov 2017 16:01:15 -0500 Subject: [PATCH] Corrects block chance on alien armor. --- code/modules/clothing/suits/armor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/armor.dm b/code/modules/clothing/suits/armor.dm index eb4023a444..97fc8721a8 100644 --- a/code/modules/clothing/suits/armor.dm +++ b/code/modules/clothing/suits/armor.dm @@ -222,7 +222,7 @@ body_parts_covered = UPPER_TORSO|LOWER_TORSO armor = list(melee = 50, bullet = 50, laser = 50, energy = 50, bomb = 50, bio = 0, rad = 40) siemens_coefficient = 0.4 - var/block_chance = 25 + var/block_chance = 20 /obj/item/clothing/suit/armor/alien/tank name = "alien protection suit"