]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/mutator_dodging.qh
Fix water damage (ignore armor when drowning).
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / mutator_dodging.qh
index ab0c01417a74fea63241d7c8ff072a26d0fed513..9840325d97ce8a0ee71ac932242de069a0e3cabf 100644 (file)
@@ -1 +1,7 @@
-//
\ No newline at end of file
+float g_dodging;
+
+// set to 1 to indicate dodging has started.. reset by physics hook after dodge has been done..
+.float dodging_action;
+
+// the jump part of the dodge cannot be ramped
+.float dodging_single_action;