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=fbed63fc40b671ffb09f0d43d11eb5a9eecf5bad;hb=392daf627bb137aadf4c156dc8dfc4906475840e;hpb=0c6fc307c63947463f12d20b1774b714b54d846f diff --git a/qcsrc/client/Defs.qc b/qcsrc/client/Defs.qc index fbed63fc40..4e5380f332 100644 --- a/qcsrc/client/Defs.qc +++ b/qcsrc/client/Defs.qc @@ -260,3 +260,8 @@ vector w_org, w_backoff; float campingrifle_scope; float nex_scope; + +float nex_minvelocity; +float nex_maxvelocity; + +float cr_maxbullets;