Fixes Queen xenos not automatically climbing ledges #5591
Merged
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
Makes Queen xenomorphs automatically climb ledges like normal, instead of having to manually click+drag their sprite onto it. (Resolves #5589)
This was done by just removing the caste's
Collide()
override, since as far as I've been able to tell it's something left over from the old 'Charge' ability.(When it was first added in 3b0bce5 it had some
charge_speed
andcharge_dir
checks, then those got commented out in 277f424, then eventually they were removed entirely and the proc was renamed toCollide()
in bcfa342.)In its current state I'm not sure that it's actually doing anything other than overriding the parent procs.
Explain why it's good for the game
I can't speak from personal experience since I actively avoid playing Queen, but from what I've heard from others it can be really irritating to get stuck on a ledge and have to sort of pixel hunt behind your massive sprite in order to climb over. Especially since, as said in the issue, a xeno as big as the Queen should really have no trouble just stepping over it.
Testing Photographs and Procedure
Screenshots & Videos
Put screenshots and videos here with an empty line between the screenshots and the
<details>
tags.Changelog
🆑
fix: Made the Queen able to automatically climb ledges.
/:cl: