Corrects block chance on alien armor.

This commit is contained in:
Neerti
2017-11-26 16:01:15 -05:00
committed by GitHub
parent c9f92a9716
commit 2de2391f3c
+1 -1
View File
@@ -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"