Skip to content

Commit

Permalink
one tab further
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaFire15 committed Sep 8, 2024
1 parent ef2f89f commit 0b731c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nsv13/code/modules/overmap/physics.dm
Original file line number Diff line number Diff line change
Expand Up @@ -595,8 +595,8 @@ This proc is to be used when someone gets stuck in an overmap ship, gauss, WHATE
var/turf/T = get_center()
if(!T) //Might be at map edge.
T = get_turf(src)
if(!T) //Abort.
return FALSE
if(!T) //Abort.
return FALSE
var/obj/item/projectile/proj = new proj_type(T)
if(ai_aim && !proj.can_home && !proj.hitscan)
target = calculate_intercept(target, proj, miss_chance=miss_chance, max_miss_distance=max_miss_distance)
Expand Down

0 comments on commit 0b731c1

Please sign in to comment.