Dicreased expert boat's rotation coefficient

- Solves part of #61
This commit is contained in:
LeMagnesium 2015-05-25 20:27:46 +02:00
parent dbe23dd05a
commit 5c6b86946c
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ boats.register_boat({
controls = { controls = {
up = 0.25, up = 0.25,
down = 0.25, down = 0.25,
rotate = 2 rotate = 1
}, },
description = "Expert race boat" description = "Expert race boat"
}) })