Skip to content

Commit

Permalink
Range_Edge_Turfs
Browse files Browse the repository at this point in the history
  • Loading branch information
PollardTheDragon committed Jan 4, 2025
1 parent 7a717ef commit 579bdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/hallucinations/effects/major.dm
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@

// Find a start spot for the sniper bullet
var/list/possible_turfs = list()
for(var/turf/t in RANGE_TURFS(13, target.loc))
for(var/turf/t in RANGE_EDGE_TURFS(13, target.loc))
possible_turfs += t
if(!length(possible_turfs))
return
Expand Down

0 comments on commit 579bdf1

Please sign in to comment.