]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/autocvars.qh
Add a setting to handle nade throwing offset, defaulting to -20 (seems to work well)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / autocvars.qh
index bcb9d28d70240e779e942a25b3c5764e7252298a..015c13f148c56e93b7c27ef9519de321165073f4 100644 (file)
@@ -785,6 +785,7 @@ float autocvar_g_random_gravity_positive;
 float autocvar_g_random_gravity_negative;
 float autocvar_g_random_gravity_delay;
 float autocvar_g_nades;
+vector autocvar_g_nades_throw_offset;
 float autocvar_g_nades_spawn;
 float autocvar_g_nades_spawn_count;
 float autocvar_g_nades_client_select;