X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2FDefs.qc;h=4e5380f33239755ecf51b85de28c4a73627c30bd;hb=80e6b68ddc210f337cae2cee7fdd694ffeb2f19a;hp=1b019d5be89d63aa3caa0b0831fc5005a2b77d8a;hpb=ca4b93ed723cab84606033100e7a75e842222780;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/Defs.qc b/qcsrc/client/Defs.qc index 1b019d5be..4e5380f33 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;