X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2FDefs.qc;h=b3b0569489d992798c0ea9355f3a7a5296730968;hb=e485fd25f90166cbd4a258456a7bd66540536608;hp=1bd911aafb12b890f30152d8a1e17ead239fd11c;hpb=cc32d8e4288a70b77c61208820e93d3fad56fcdf;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/Defs.qc b/qcsrc/client/Defs.qc index 1bd911aaf..b3b056948 100644 --- a/qcsrc/client/Defs.qc +++ b/qcsrc/client/Defs.qc @@ -156,7 +156,7 @@ float scoreboard_showaccuracy; // float coop; // float deathmatch; -// float dmg_take; +float dmg_take; // float dmg_save; // vector dmg_origin; @@ -258,8 +258,18 @@ 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 minelayer_maxmines; + +float bgmtime; + +string weaponorder_byimpulse; +string weaponorder_bypriority; + +float nex_charge_movingavg; + +float serverflags; + +float uid2name_dialog;