mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Merge pull request #1894 from daklaj/vehicles-speed-2
Adjust vehicles speed
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
Unbuckle(user)
|
||||
return
|
||||
|
||||
if(world.time < last_vehicle_move + ((last_move_diagonal? 2 : 1) * vehicle_move_delay))
|
||||
if(world.time < last_vehicle_move + ((last_move_diagonal? 2 : 1) * vehicle_move_delay * CONFIG_GET(number/run_delay))) //yogs - fixed this to work with movespeed
|
||||
return
|
||||
last_vehicle_move = world.time
|
||||
|
||||
|
||||
Reference in New Issue
Block a user