]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/vore.qh
Small improvements to the bot AI, as well as a fix
[voretournament/voretournament.git] / data / qcsrc / server / vore.qh
index dc55cd1386a29ec2b84aa103215874f99f24b25e..a03b4e150b803e1455e8428b1a02d9b2256708bf 100644 (file)
@@ -1,3 +1,9 @@
+const float vore_steptime = 0.1;\r
+\r
 void Vore();\r
 void Vore_Disconnect();\r
-entity Swallow_player_check();
\ No newline at end of file
+.float regurgitate_prepare;\r
+\r
+entity Swallow_player_check();\r
+float Swallow_condition_check(entity prey);\r
+float Stomach_HasLivePrey(entity pred);\r