Skip to content

Commit

Permalink
zone review from a distance
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 19, 2023
1 parent a29fb30 commit b1c5d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/smartgun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@

if(original_target_turf && !(original_target_turf in checked_turfs))
var/user_to_target_dist = get_dist(user_turf, original_target_turf)
var/list/temp_checked_turfs = checked_turfs
var/list/temp_checked_turfs = checked_turfs.Copy()
checked_turfs = list()

for(var/turf/checked_turf as anything in temp_checked_turfs)
Expand Down

0 comments on commit b1c5d01

Please sign in to comment.