]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/Defs.qc
Let's use menu_enabled 2 when showing a specific panel dialog so that disable_alpha_c...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / Defs.qc
index 1b019d5be89d63aa3caa0b0831fc5005a2b77d8a..59a7074d7243578d95cd32b57918c9c3cd9a84c5 100644 (file)
@@ -259,3 +259,14 @@ string w_deathtypestring;
 vector w_org, w_backoff;
 
 float campingrifle_scope;
+float nex_scope;
+
+float nex_velocitydependent;
+float nex_minvelocity;
+float nex_maxvelocity;
+float nex_speed_falloff_rate;
+float nex_speed;
+float nex_charge;
+float nex_charge_rate;
+
+float cr_maxbullets;