Update beam_rifle.dm

This commit is contained in:
kevinz000
2018-04-01 23:07:35 -07:00
committed by GitHub
parent 1077b94c4e
commit 03a4db4983
@@ -509,7 +509,7 @@
return 0.4
if(istype(target, /obj/structure/window))
return 0.5
if(istype(target, /obj/structure/blob))
if(istype(target, /obj/structure/blob)) //CIT CHANGE - Blobs are getting ggnore'd too hard and people need to GIT GUD
return 0.2
return 1