Update projectile.dm

Delete redundant list
This commit is contained in:
Solaris-Shade
2022-02-22 14:57:08 -05:00
parent de3ea65587
commit 8b77ee159f
-1
View File
@@ -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