From b1c5d018f5b6439fc468af0e436919e33f00fef4 Mon Sep 17 00:00:00 2001 From: Morrow Date: Thu, 19 Oct 2023 15:16:41 -0400 Subject: [PATCH] zone review from a distance --- code/modules/projectiles/guns/smartgun.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/smartgun.dm b/code/modules/projectiles/guns/smartgun.dm index 43ddf30f7d..919a77a802 100644 --- a/code/modules/projectiles/guns/smartgun.dm +++ b/code/modules/projectiles/guns/smartgun.dm @@ -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)