]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
Experimental ammo charging system
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index c7aebd58f500fe35862ba387133f4a5fd2da5fe4..8ff9de8f084d64aa3dcbfcc2ed32b9d66bc725ee 100644 (file)
@@ -580,6 +580,7 @@ float serverflags;
 .float team_forced; // can be a team number to force a team, or 0 for default action, or -1 for forced spectator
 
 .float player_blocked;
+.float weapon_blocked; // weapon use disabled
 
 .float freezetag_frozen;