X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2FDefs.qc;h=b3b0569489d992798c0ea9355f3a7a5296730968;hb=e485fd25f90166cbd4a258456a7bd66540536608;hp=2d780381eedced49f15c67549f6455c535ae3a67;hpb=85933809fc8288e7f0c59fb6bc4fa4d053597446;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/Defs.qc b/qcsrc/client/Defs.qc index 2d780381e..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,10 +258,10 @@ 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 cr_maxbullets; +float minelayer_maxmines; float bgmtime;