X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2FDefs.qc;h=4e5380f33239755ecf51b85de28c4a73627c30bd;hp=1b019d5be89d63aa3caa0b0831fc5005a2b77d8a;hb=392daf627bb137aadf4c156dc8dfc4906475840e;hpb=ee7dc19575e67cead4014eb45ffd644a8a3e3cfa diff --git a/qcsrc/client/Defs.qc b/qcsrc/client/Defs.qc index 1b019d5be8..4e5380f332 100644 --- a/qcsrc/client/Defs.qc +++ b/qcsrc/client/Defs.qc @@ -259,3 +259,9 @@ string w_deathtypestring; vector w_org, w_backoff; float campingrifle_scope; +float nex_scope; + +float nex_minvelocity; +float nex_maxvelocity; + +float cr_maxbullets;