This commit is contained in:
AffectedArc07
2021-06-24 17:29:18 +01:00
parent 956daa36ec
commit 9b86a42a3d
7 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -239,7 +239,7 @@
if((!current || loc == current))
current = locate(clamp(x + xo, 1, world.maxx), clamp(y + yo, 1, world.maxy), z)
if(isnull(Angle))
Angle = round(Get_Angle(src, current))
Angle = round(get_angle(src, current))
if(spread)
Angle += (rand() - 0.5) * spread
var/matrix/M = new