]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/mutator_overkill.qh
#include this
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / mutator_overkill.qh
index 8b22d444ec3035bb049126184988c1095eb5186f..98ba99cb5507c3de5f1fed55eaeb1584beb21456 100644 (file)
@@ -1,4 +1,14 @@
 .vector ok_deathloc;
 .float ok_spawnsys_timer;
 .float ok_lastwep;
-.float ok_item;
\ No newline at end of file
+.float ok_item;
+
+.float ok_notice_time;
+.float ammo_charge[WEP_MAXCOUNT];
+.float ok_use_ammocharge;
+.float ok_ammo_charge;
+
+.float ok_pauseregen_finished;
+
+void(entity ent, float wep) ok_DecreaseCharge;
+