Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Destroy NRP vehicles #378

Merged
merged 4 commits into from
Jul 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
slowdown 0 movedelay more
larentoun committed Jul 15, 2024
commit 9d676914c8c9de4784d95e14cf3d39455c41b288
2 changes: 1 addition & 1 deletion modular_bandastation/balance/code/balance_riding.dm
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
if(. == COMPONENT_INCOMPATIBLE)
return
if(vehicle_move_delay == 0)
vehicle_move_delay = max(CONFIG_GET(number/movedelay/run_delay) - TG_SPEED, 0)
vehicle_move_delay = max(CONFIG_GET(number/movedelay/run_delay) - TG_SPEED, 0) * TG_SPEED
return
vehicle_move_delay = round(CONFIG_GET(number/movedelay/run_delay) / TG_SPEED * vehicle_move_delay, 0.01)