]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Disable picking up nades by default
authorMario <mario@smbclan.net>
Fri, 11 Mar 2016 22:42:46 +0000 (08:42 +1000)
committerMario <mario@smbclan.net>
Fri, 11 Mar 2016 22:42:46 +0000 (08:42 +1000)
mutators.cfg

index 894caec140649a58e163b7bc431af0bd93b40ee5..c6bbb4ef0c5b7aa05226c90b13680db9e3cf96ce 100644 (file)
@@ -182,7 +182,7 @@ set g_nades 0 "enable off-hand grenades"
 set g_nades_throw_offset "0 0 0" "nade throwing offset"
 set g_nades_spawn 1 "give nades right away when player spawns rather than delaying entire refire"
 set g_nades_client_select 0 "allow client side selection of nade type"
-set g_nades_pickup 1 "allow picking up thrown nades (not your own)"
+set g_nades_pickup 0 "allow picking up thrown nades (not your own)"
 set g_nades_pickup_time 2 "time until picked up nade explodes"
 set g_nades_nade_lifetime 3.5
 set g_nades_nade_minforce 400