Fixes more runtimes

This commit is contained in:
Heroman
2022-06-23 20:13:13 +10:00
parent 7226562951
commit bedb22f8cb
5 changed files with 20 additions and 11 deletions
+3
View File
@@ -145,6 +145,9 @@ SUBSYSTEM_DEF(throwing)
AM.Move(step, get_dir(AM, step))
if (!AM) // Us moving somehow destroyed us?
return
if (!AM.throwing) // we hit something during our move
finalize(hit = TRUE)
return