Merge pull request #6228 from Citadel-Station-13/kevinz000-patch-1

Nerfs beam rifle effectiveness vs blob
This commit is contained in:
deathride58
2018-04-04 21:20:12 +00:00
committed by GitHub
@@ -509,6 +509,8 @@
return 0.4
if(istype(target, /obj/structure/window))
return 0.5
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
/obj/item/projectile/beam/beam_rifle/proc/handle_impact(atom/target)