This commit is contained in:
kevinz000
2018-04-01 16:37:44 -07:00
committed by GitHub
parent 57ed2fcb70
commit 1077b94c4e
@@ -509,6 +509,8 @@
return 0.4
if(istype(target, /obj/structure/window))
return 0.5
if(istype(target, /obj/structure/blob))
return 0.2
return 1
/obj/item/projectile/beam/beam_rifle/proc/handle_impact(atom/target)