fixes ablative reflect

This commit is contained in:
AnturK
2015-08-27 22:29:20 +02:00
parent eebbed3a6b
commit 99c84a79ea
+1 -1
View File
@@ -105,7 +105,7 @@
/obj/item/clothing/suit/armor/laserproof/IsReflect(def_zone)
if(!(def_zone in list("chest", "groin"))) //If not shot where ablative is covering you, you don't get the reflection bonus!
hit_reflect_chance = 0
return 0
if (prob(hit_reflect_chance))
return 1