From c90d4f612cf37cc4ca1e60d8a95510c31fe37afc Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Mon, 20 Apr 2020 15:09:19 -0400 Subject: [PATCH] Slow down meteors 3x to give pointdef a chance This is the speed Bay uses and the pointdef values are from there --- code/game/gamemodes/meteor/meteors.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/meteor/meteors.dm b/code/game/gamemodes/meteor/meteors.dm index de4bf442af..020ab54f0e 100644 --- a/code/game/gamemodes/meteor/meteors.dm +++ b/code/game/gamemodes/meteor/meteors.dm @@ -55,7 +55,7 @@ var/obj/effect/meteor/M = new Me(pickedstart) M.dest = pickedgoal spawn(0) - walk_towards(M, M.dest, 1) + walk_towards(M, M.dest, 3) //VOREStation Edit - Slower Meteors return /proc/spaceDebrisStartLoc(startSide, Z)