1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-28 23:40:34 +02:00

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

View File

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