Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
About the pull request
Trying to clear vines by clicking on them is extremely infuriating due to their thin hitboxes. This will give marines a much much comfier way to clear vines, while also making the machete actually be better for doing it than the easier to store hatchet.
Works by checking the tile directly ahead of the user, and if it finds any cutable objects it will try to cut them.
The delay on cutting was set in a way so as to reflect the speed at what a semi-good player would be able to cut at with clicking (accounting for usual server tick slowdown).
Also there appears to be a ton of invisible vines littered all over LV, someone should fix that.
Explain why it's good for the game
QOL, less annoying to do an important job on maps like LV-624.
Testing Photographs and Procedure
Screenshots & Videos
VineCuttingV2.mp4
Changelog
🆑
qol: Added in-hand activation for machetes, which will cause one to start cutting vines and grass on the tile directly in-front.
/:cl: