mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
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:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user