You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
queen is unable to cimble ladges automaticly, unlike any other xeno
What's the difference with what should have happened?
queen should autoclimb the ledge, queen is the talles of all xenos tehrefore should have no issue climbing ladges, being forced to climbe manualy is just bad
How do we reproduce this bug?
1.be a queen
2.walk to a ladge (on kujevo for exampble but I think all ledges behave the same)
3.be forced do drag and drop to climbe it
...
Issue Bingo
Issue could be reproduced at least once
Issue happened in a recent (less than 7 days ago) round
# 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` and `charge_dir` checks, then those got
commented out in 277f424, then
eventually they were removed entirely and the proc was renamed to
`Collide()` 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
<details>
<summary>Screenshots & Videos</summary>
Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.
</details>
# Changelog
:cl:
fix: Made the Queen able to automatically climb ledges.
/:cl:
Testmerges
#5086 #5392 #5452 #5526 #5506 #5519 #5007
Round ID
No response
Description of the bug
queen is unable to cimble ladges automaticly, unlike any other xeno
What's the difference with what should have happened?
queen should autoclimb the ledge, queen is the talles of all xenos tehrefore should have no issue climbing ladges, being forced to climbe manualy is just bad
How do we reproduce this bug?
1.be a queen
2.walk to a ladge (on kujevo for exampble but I think all ledges behave the same)
3.be forced do drag and drop to climbe it
...
Issue Bingo
The text was updated successfully, but these errors were encountered: