Merge pull request #12808 from FreeStylaLT/reflecting_on_reflections

Fixes reflectors and a Projectile angle bug
This commit is contained in:
Crazy Lemon
2019-12-16 18:36:49 -08:00
committed by GitHub
3 changed files with 7 additions and 3 deletions
@@ -254,6 +254,7 @@
shot_number = 0
P.setDir(dir)
P.starting = loc
P.Angle = null
P.fire()
return P