]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/mutator_nades.qh
Also check if the attacker is a player
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / mutator_nades.qh
index 9591b811e9139625d959724cad2efac8b9444453..1940f4e0520c0c051bda605b4f5bed3173bf85bc 100644 (file)
@@ -1 +1,5 @@
-void() nades_CheckThrow;
\ No newline at end of file
+.entity nade;
+.entity fake_nade;
+.float nade_refire;
+
+void() nades_CheckThrow;