Commit Graph

3 Commits

Author SHA1 Message Date
MilenVolf
6f0ac271cc Fix prying speed & log (#29210)
* cleanup prototypes with `PryingComponent` & fix jaws of life prying speed

* Minor cleanup for tools and prying systems

Remove some obsolete methods.

* Fix doafter continues when not held & log

* Modifiy delays for floor prying

* Fix test fail

(cherry picked from commit 50146d4b98e6a14eba3a4b2df0a436ed31ae199b)
2025-07-12 13:39:30 +10:00
Pieter-Jan Briers
12807ee902 You can now pry multiple tiles at once (#29231)
* You can now pry multiple tiles at once

* More advanced do after duplicate checking.

Instead of just saying "lol tile prying can raise duplicates", we now have a system so tile prying can properly distinguish events on 2 different tiles. This is achieved with a virtual function on DoAfterEvent.

(cherry picked from commit cf374ac905149dc10c15ecc2167031fcfa1163a5)
2025-07-12 13:39:28 +10:00
Nemanja
9bb057959b Generalize tile prying to any tool quality (#24432)
* Generalize tile prying to any tool quality

* ballin

(cherry picked from commit 5e2e652165ee7ef3efb0d0f244d665049f5bd1c0)
2024-01-27 23:50:17 +01:00