Slow down meteors 3x to give pointdef a chance

This is the speed Bay uses and the pointdef values are from there
This commit is contained in:
Aronai Sieyes
2020-04-20 15:09:19 -04:00
parent 43a198ea4c
commit c90d4f612c

View File

@@ -55,7 +55,7 @@
var/obj/effect/meteor/M = new Me(pickedstart) var/obj/effect/meteor/M = new Me(pickedstart)
M.dest = pickedgoal M.dest = pickedgoal
spawn(0) spawn(0)
walk_towards(M, M.dest, 1) walk_towards(M, M.dest, 3) //VOREStation Edit - Slower Meteors
return return
/proc/spaceDebrisStartLoc(startSide, Z) /proc/spaceDebrisStartLoc(startSide, Z)