From 8b77ee159fcf7b32cf0a9a4bd2e0b6b265ac56af Mon Sep 17 00:00:00 2001 From: Solaris-Shade <73904284+Solaris-Shade@users.noreply.github.com> Date: Tue, 22 Feb 2022 14:57:08 -0500 Subject: [PATCH] Update projectile.dm Delete redundant list --- code/modules/projectiles/projectile.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/projectiles/projectile.dm b/code/modules/projectiles/projectile.dm index 8d467c9901..ca07bde239 100644 --- a/code/modules/projectiles/projectile.dm +++ b/code/modules/projectiles/projectile.dm @@ -31,7 +31,6 @@ var/xo = null var/atom/original = null // the original target clicked var/turf/starting = null // the projectile's starting turf - var/list/permutated = list() // we've passed through these atoms, don't try to hit them again var/p_x = 16 var/p_y = 16 // the pixel location of the tile that the player clicked. Default is the center