]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/Defs.qc
Merge remote branch 'origin/sev/menuskinupdate'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / Defs.qc
index 4e5380f33239755ecf51b85de28c4a73627c30bd..99c8d5c2b95a244fa81933968951dfcf688153a1 100644 (file)
@@ -156,7 +156,7 @@ float               scoreboard_showaccuracy;
 // float               coop;
 // float               deathmatch;
 
-// float               dmg_take;
+float          dmg_take;
 // float               dmg_save;
 // vector              dmg_origin;
 
@@ -258,10 +258,20 @@ float w_deathtype, w_issilent, w_random;
 string w_deathtypestring;
 vector w_org, w_backoff;
 
-float campingrifle_scope;
+float sniperrifle_scope;
 float nex_scope;
 
-float nex_minvelocity;
-float nex_maxvelocity;
-
 float cr_maxbullets;
+
+float minelayer_maxmines;
+
+float bgmtime;
+
+string weaponorder_byimpulse;
+string weaponorder_bypriority;
+
+float nex_charge_movingavg;
+
+float serverflags;
+
+float uid2name_dialog;