Movecraft icon indicating copy to clipboard operation
Movecraft copied to clipboard

Fix several signs not resetting upon a craft being piloted

Open galacticwarrior9 opened this issue 3 years ago • 0 comments

Describe in detail what your pull request accomplishes

Ascend, Cruise, Descend, Speed and Status signs are supposed to be reset when their ship is piloted. However, this was broken as the loop that checks for them within a ship's hitbox would terminate upon encountering a single non-sign block. This is fixed by replacing the return that causes this with a continue, so the hitbox is fully checked.

Checklist

  • [x] Unit tests
  • [x] Proper internationalization
  • [x] Compiled/tested

galacticwarrior9 avatar Mar 07 '21 20:03 galacticwarrior9