]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
Variable hitsound pitch based on damage, disabled by default (modified by Melanosuchus)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index 7608bbeb4b4793a8601555490e565773d911a0de..b892e24f2b2f063b363d35ce453e1dfdbc62c49c 100644 (file)
@@ -155,7 +155,7 @@ void setanim(entity e, vector anim, float looping, float override, float restart
 .float         dmgtime;
 
 .float         killcount;
-.float hitsound, typehitsound;
+.float damage_dealt, typehitsound;
 
 .float watersound_finished;
 .float iscreature;
@@ -519,6 +519,8 @@ string matchid;
 .float hit_time;
 .float typehit_time;
 
+.float damage_dealt_total; 
+
 .float stat_leadlimit;
 
 float radar_showennemies;