combat code overhaul + projectiles v8: impact handling (#6579)

This commit is contained in:
silicons
2024-09-02 20:34:27 +02:00
committed by GitHub
parent 2f758a1355
commit 2533caefd9
437 changed files with 9331 additions and 6537 deletions
@@ -0,0 +1,7 @@
/**
* Fires 5 times a second. Kind of on the nose, huh?
*/
PROCESSING_SUBSYSTEM_DEF(process_5fps)
name = "Processing - 5 FPS"
wait = 2
stat_tag = "P5"