X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2FDefs.qc;h=b3b0569489d992798c0ea9355f3a7a5296730968;hb=fd518e852e98f62d954a70ca4f1d75a2a2b89add;hp=6798261eb3555f9dc1ae707973911428483f32c2;hpb=06831b03595a3e450bf120d56d54f7e32c603cbe;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/Defs.qc b/qcsrc/client/Defs.qc index 6798261eb..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,12 +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 nex_speed_falloff_factor; -float nex_speed; +float minelayer_maxmines; -float cr_maxbullets; +float bgmtime; + +string weaponorder_byimpulse; +string weaponorder_bypriority; + +float nex_charge_movingavg; + +float serverflags; + +float uid2name_dialog;