Tweaks bullet penetration

This commit is contained in:
mwerezak
2015-02-16 03:04:48 -05:00
parent 500ca93278
commit 7f19a8a77b
2 changed files with 2 additions and 2 deletions
@@ -28,7 +28,7 @@
var/chance = 0
if(istype(A, /turf/simulated/wall))
var/turf/simulated/wall/W = A
chance = round(damage/W.damage_cap*150)
chance = round(damage/W.damage_cap*180)
else if(istype(A, /obj/machinery/door))
var/obj/machinery/door/D = A
chance = round(damage/D.maxhealth*100)