mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 08:34:23 +00:00
* 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>