Merge pull request #13150 from Heroman3003/runtime-2

Fixes more runtimes
This commit is contained in:
Casey
2022-06-23 06:35:21 -04:00
committed by CHOMPStation2
parent 68760deefb
commit 79f5dc9c3f
5 changed files with 20 additions and 11 deletions

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