i too, want people to be hit their ricochets

This commit is contained in:
Timothy Teakettle
2020-08-03 17:36:40 +01:00
parent 9b34407c9f
commit 2153f9ea35
3 changed files with 8 additions and 3 deletions
@@ -42,6 +42,7 @@
BB.ricochet_auto_aim_range = max(BB.ricochet_auto_aim_range, 3)
BB.ricochet_auto_aim_angle = max(BB.ricochet_auto_aim_angle, 360) //it can turn full circle and shoot you in the face because our aim? is insane.
BB.ricochet_decay_chance = 0
BB.ricochet_decay_damage = max(BB.ricochet_decay_damage, 0.1)
BB.ricochet_incidence_leeway = 0
if(reagents && BB.reagents)