Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Adds action & adjacent checks for mecha drill (#1035)
* 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 :cl: 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. /:cl: * Adds action & adjacent checks for mecha drill --------- Co-authored-by: SyncIt21 <[email protected]>
- Loading branch information