Files
Bubberstation/code/modules/vehicles
SkyratBot 3045748d18 [MIRROR] Adds action & adjacent checks for mecha drill (#26564)
* Adds action & adjacent checks for mecha drill (#81530)

## About The Pull Request
- Fixes #81527. Adds loc checks for every iteration of
`do_after_mecha()` so if we move at any point (like in strife mode which
slips by this proc) drilling stops. This calls `action_checks()` which
uses power & does other integrity checks for every drill iteration like
it should
- Stops the mecha drill from using power & doing other checks if the
target cannot be drilled

## Changelog
🆑
fix: mecha drill won't use power & do other checks if the target cannot
be drilled.
fix: mecha drill will stop drilling if the mech moves even without
changing direction. Also will use power & check other conditions every
drill cycle.
/🆑

* Adds action & adjacent checks for mecha drill

---------

Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com>
2024-02-19 01:38:55 +01:00
..