author | sheepluva |
Wed, 22 Jan 2014 01:16:11 +0100 | |
changeset 10048 | 97d11e754dd2 |
parent 10047 | ed59a6c046b9 |
child 10049 | ca11d122f54e |
--- a/tests/lua/luaAPI/gravity_get_set.lua Wed Jan 22 00:37:43 2014 +0100 +++ b/tests/lua/luaAPI/gravity_get_set.lua Wed Jan 22 01:16:11 2014 +0100 @@ -102,6 +102,8 @@ SpawnGrenade() - testGs = {150, 200, 300, 10, 1, 13, 15, 0, 27, -600, -10, nil} + -- for current testing method don't use values over 400 + -- (values > 400 will cause speed cap in under 1 sec) + testGs = {150, 200, 300, 10, 1, 13, 15, 0, 27, -350, -10, nil} end