Skip to content

Commit

Permalink
Merge pull request tgstation#29330 from kevinz000/patch-256
Browse files Browse the repository at this point in the history
Fixes beam rifle indent error
  • Loading branch information
optimumtact authored Jul 18, 2017
2 parents fea979b + e71aee2 commit 07ccb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/beam_rifle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@
if(loc == get_turf(original))
if(!(original in permutated))
Collide(original)
c2 = loc
c2 = loc
Range()
if(check_for_turf_edge(loc))
spawn_tracer(constant_tracer)
Expand Down

0 comments on commit 07ccb56

Please sign in to comment.